From 8334b5cf98a6b03d79a44436d9c717ca43abe683 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 20 Apr 2023 20:46:22 +0000 Subject: [PATCH] Change the nav icons back to filled --- onlylegs/templates/layout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/onlylegs/templates/layout.html b/onlylegs/templates/layout.html index 429be9a..fd5e5d2 100644 --- a/onlylegs/templates/layout.html +++ b/onlylegs/templates/layout.html @@ -68,18 +68,18 @@ - + Home - + Groups {% if current_user.is_authenticated %} {% endif %} @@ -88,17 +88,17 @@ {% if current_user.is_authenticated %} - + Profile - + Settings {% else %} {% endif %}