From daae69f574d5075dd405f281737b3b49fa36d93a Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 26 Feb 2023 21:36:26 -0600 Subject: [PATCH] Add projects link --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, ];