Skip to content

Commit

Permalink
fix: code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ambriz authored and Alberto Ambriz committed Sep 25, 2024
1 parent cf78865 commit a3c18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/español/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Proyectos = () => {
<h2 id='proyecto'>PROYECTOS</h2>
<div className="grid-containerprj">

<button className="container-project" onClick={() => openModalForProject("SMatiz")}>
<button className="container-project" onClick={() => openModalForProject("SMatiz")}>
<div className="nameprj">Gestor de citas - Salon Matiz</div>
<div className="categorie">Personal</div>
<div className="photoprj">
Expand Down

0 comments on commit a3c18e2

Please sign in to comment.