diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index d0c60c8..ad9ee45 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -17,7 +17,8 @@ export default function ProjectsPage() { ]; const navButton = { - text: "Contactar", href: "/contact"}; + text: "Contactar", href: "/contact" + }; return (