firq-dev-website/static/data/_navdata.json
Firq aec4660bec
Some checks failed
/ publish (push) Has been skipped
/ checking (push) Successful in 15s
/ build-site (push) Failing after 2m2s
Moved images to assets, rewrote to use Image component, fixed styling issues
2023-12-25 18:39:44 +01:00

27 lines
491 B
JSON

[
{
"link": "/",
"text": "Home",
"icon": "iconoir-home"
},
{
"link": "/servants",
"text": "Servants",
"icon": "iconoir-task-list"
},
{
"link": "/ta-collection",
"text": "TA Collection",
"icon": "iconoir-database"
},
{
"link": "/blog",
"text": "Blog",
"icon": "iconoir-bookmark-book"
},
{
"link": "/about",
"text": "About",
"icon": "iconoir-mail"
}
]