Skip to content

Commit

Permalink
refactor: contenido alerta
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaIleanaRodriguezMora committed Apr 23, 2024
1 parent 53db6c8 commit dfa48f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/includes/ProvisorAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface TableOfContentsProps_Alert {
export const TableOfContentsAlert = (props: TableOfContentsProps_Alert) => {
return (
<div className="alert alert-primary mb-5" role="alert">
<p><strong>Esta guía de estilo se encuentra en revisión</strong> {props.alertText}</p>
<p><strong>Esta guía de estilo se encuentra en revisión.</strong> {props.alertText}</p>
</div>

);
Expand Down

0 comments on commit dfa48f1

Please sign in to comment.