mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 10:26:52 -06:00
Add projects link
This commit is contained in:
@@ -106,6 +106,7 @@ export async function getStaticProps() {
|
|||||||
|
|
||||||
const buttons = [
|
const buttons = [
|
||||||
{ text: "GitHub", href: "https://github.com/Xevion" },
|
{ text: "GitHub", href: "https://github.com/Xevion" },
|
||||||
|
{text: "Projects", href: "/projects"},
|
||||||
{ text: "Contact", href: "/contact" },
|
{ text: "Contact", href: "/contact" },
|
||||||
{ text: "Resume", href: "/resume" },
|
{ text: "Resume", href: "/resume" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user