feat: add new button style, update nav
This commit is contained in:
parent
4b58c53060
commit
72b80f7e8f
14 changed files with 132 additions and 60 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue