Migrating to iconoir imports

This commit is contained in:
Firq 2023-12-29 22:57:30 +01:00
parent 719a9ff3de
commit 91f8c1834a
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
4 changed files with 67 additions and 23 deletions
static/data

View file

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