From 8fe16ef65c7cc3eba6432fe4b9cd2ecfd1723643 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Thu, 25 Jun 2026 18:58:55 -0700 Subject: [PATCH] More updates --- web/src/components/common/AppLogo.vue | 11 ++++++----- web/src/components/layout/DefaultAppBar.vue | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/web/src/components/common/AppLogo.vue b/web/src/components/common/AppLogo.vue index 55fb831..ceef461 100644 --- a/web/src/components/common/AppLogo.vue +++ b/web/src/components/common/AppLogo.vue @@ -4,11 +4,11 @@ to="/dashboard" class="d-flex" > - + /> -->
- CALEBBURKEDEV + {{ APPLICATION_NAME.toUpperCase() }}
@@ -28,12 +28,13 @@