Add projects link

This commit is contained in:
Xevion
2023-02-26 21:36:26 -06:00
parent 858d858613
commit daae69f574

View File

@@ -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" },
];