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