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:
parent
e83bc8316e
commit
27ebe5770a
|
@ -15,7 +15,6 @@ use helpers::*;
|
|||
const BRANDING: &str = "li7y";
|
||||
|
||||
const NAVBAR_ITEMS: &[(&str, &str)] = &[
|
||||
("/", "Home"),
|
||||
("/items", "Items"),
|
||||
("/item-classes", "Item Classes"),
|
||||
("/labels", "Labels"),
|
||||
|
|
Loading…
Reference in a new issue