feat: add portfolio button and dominant button controls

This commit is contained in:
eggy
2023-01-23 19:57:22 -05:00
parent a7f38e77ae
commit 25f9e25b3e
3 changed files with 56 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ export const navItems = [
{ href: "/#about", title: "About" },
{ href: "/blog", title: "Blog" },
{ href: "/stories", title: "Stories" },
{ href: "https://portfolio.eggworld.me", title: "Portfolio", dominant: true },
];
export default navItems;