Remove home link from navbar

There is nothing there and it can also be reached by clicking on the
branding.
This commit is contained in:
Simon Bruder 2024-07-21 23:46:15 +02:00
parent e83bc8316e
commit 27ebe5770a
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -15,7 +15,6 @@ use helpers::*;
const BRANDING: &str = "li7y";
const NAVBAR_ITEMS: &[(&str, &str)] = &[
("/", "Home"),
("/items", "Items"),
("/item-classes", "Item Classes"),
("/labels", "Labels"),