Skip to content

Commit

Permalink
cambio class por className
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Jul 26, 2024
1 parent b2ca2a2 commit 41d5205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ export default function Footer() {
Contacto
</Link>
</li>
<li class="is-hidden-desktop">
<li className="is-hidden-desktop">
<Link className="has-text-black" href="#">
Términos y condiciones
</Link>
</li>
<li class="is-hidden-desktop">
<li className="is-hidden-desktop">
<Link className="has-text-black" href="#">
Políticas de privacidad
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pacto/body/pacto/authorNotes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function AuthorNotesWrapper({project}) {
}
</h1>
</div>
<div class="is-italic" style={{whiteSpace: 'pre-line'}}>{authorNotes}</div>
<div className="is-italic" style={{whiteSpace: 'pre-line'}}>{authorNotes}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 41d5205

Please sign in to comment.