From 27ebe5770afc81acafb402362796828e43a94ff8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 21 Jul 2024 23:46:15 +0200 Subject: [PATCH] Remove home link from navbar There is nothing there and it can also be reached by clicking on the branding. --- src/frontend/templates/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/templates/mod.rs b/src/frontend/templates/mod.rs index 0c6bf51..6fc40d9 100644 --- a/src/frontend/templates/mod.rs +++ b/src/frontend/templates/mod.rs @@ -15,7 +15,6 @@ use helpers::*; const BRANDING: &str = "li7y"; const NAVBAR_ITEMS: &[(&str, &str)] = &[ - ("/", "Home"), ("/items", "Items"), ("/item-classes", "Item Classes"), ("/labels", "Labels"),