feat: add portfolio button and dominant button controls
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user