Skip to content

Commit

Permalink
Credits Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed May 3, 2024
1 parent 0829c5e commit b501fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/español/creator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return(
<div className='creador'>
<h4>Estilo de portafolio con derechos reservados <i className="bi bi-c-circle"></i></h4>
<h4>Portafolio web realizado con NextJS</h4>
<i className="bi bi-github"></i> /AmbrizAlberto
100% hecho por <i className="bi bi-github"></i>/AmbrizAlberto
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions app/components/ingles/creatoren.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const CreadorEN = () => {
return(
<div className='creador'>
<h4>Copyright Portfolio Style<i className="bi bi-c-circle"></i></h4>
<h4>Copyright Portfolio Style <i className="bi bi-c-circle"></i></h4>
<h4>Web Briefcase developed with NextJS</h4>
<i className="bi bi-github"></i> /AmbrizAlberto
100% by <i className="bi bi-github"></i>/AmbrizAlberto
</div>
)
}
Expand Down

0 comments on commit b501fdf

Please sign in to comment.