firq-dev-website/static/assets/data/_navdata.json

27 lines
491 B
JSON
Raw Normal View History

2023-03-04 18:11:52 +00:00
[
{
"link": "/",
"text": "Home",
"icon": "iconoir-home"
2023-03-04 18:11:52 +00:00
},
{
"link": "/servants",
"text": "Servants",
"icon": "iconoir-task-list"
2023-03-04 18:11:52 +00:00
},
{
"link": "/ta-collection",
"text": "TA Collection",
"icon": "iconoir-database"
2023-03-04 18:11:52 +00:00
},
{
"link": "/blog",
"text": "Blog",
"icon": "iconoir-bookmark-book"
},
{
"link": "/about",
"text": "About",
"icon": "iconoir-mail"
}
]