From 36fd097ec5ea52f835c795e74304505e2c5749ef Mon Sep 17 00:00:00 2001
From: tomtjes <7606307+tomtjes@users.noreply.github.com>
Date: Sun, 14 Jan 2024 19:18:17 -0500
Subject: [PATCH 1/5] Update base.html
---
cookbook/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html
index d84ccbd46c..162d00db17 100644
--- a/cookbook/templates/base.html
+++ b/cookbook/templates/base.html
@@ -10,7 +10,7 @@
{% block title %}
{% endblock %}
-
+
From 321dbc10d395998bb495ad322570767953917c53 Mon Sep 17 00:00:00 2001
From: tomtjes
Date: Fri, 19 Jan 2024 22:34:21 -0500
Subject: [PATCH 2/5] add style
---
vue/src/components/BottomNavigationBar.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/vue/src/components/BottomNavigationBar.vue b/vue/src/components/BottomNavigationBar.vue
index 3801d9bdd3..e80fb2daf5 100644
--- a/vue/src/components/BottomNavigationBar.vue
+++ b/vue/src/components/BottomNavigationBar.vue
@@ -91,6 +91,14 @@ export default {
}
+
+