firq-dev-website/src/data/datafiles/navdata.json

27 lines
417 B
JSON
Raw Normal View History

2023-03-04 19:11:52 +01:00
[
{
"link": "/",
"text": "Home",
2023-12-29 22:57:30 +01:00
"icon": "home"
2023-03-04 19:11:52 +01:00
},
{
"link": "/fgo",
"text": "FGO",
"icon": "fgo"
2023-03-04 19:11:52 +01:00
},
{
"link": "/projects",
"text": "Projects",
"icon": "projects"
2023-03-04 19:11:52 +01:00
},
{
"link": "/blog",
"text": "Blog",
2023-12-29 22:57:30 +01:00
"icon": "blog"
2023-03-04 19:11:52 +01:00
},
{
"link": "/about",
"text": "About",
2023-12-29 22:57:30 +01:00
"icon": "about"
2023-03-04 19:11:52 +01:00
}
]