feat: add new button style, update nav

This commit is contained in:
Devin Haska 2024-11-11 17:05:09 -08:00
parent 4b58c53060
commit 72b80f7e8f
14 changed files with 132 additions and 60 deletions

View file

@ -3,14 +3,22 @@ export default {
{
text: "About",
url: "/about",
icon: "circle-info",
},
{
text: "Posts",
url: "/posts",
icon: "list",
},
{
text: "Catalogue",
url: "/catalogue",
text: "Games",
url: "/catalogue/games",
icon: "game-controller",
},
{
text: "Books",
url: "/catalogue/books",
icon: "book",
},
],
bottom: [