diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 76c21b0..d0c3fa3 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -106,6 +106,7 @@ export async function getStaticProps() { const buttons = [ { text: "GitHub", href: "https://github.com/Xevion" }, + {text: "Projects", href: "/projects"}, { text: "Contact", href: "/contact" }, { text: "Resume", href: "/resume" }, ];