From f4abc511984a13ba8870bfbb0a4c2c28e99c03ab Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Thu, 15 Jan 2026 20:00:03 -0500 Subject: [PATCH] Tweaked banner width because it was annoying me --- ui/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 1df0e07..7e208d0 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -29,12 +29,12 @@ const version = import.meta.env.VITE_APPLICATION_VERSION; background-position: center;">
- - + +

Development environment (v{{ version }}). Features may be incomplete or unavailable.

- +

You are on LOA until {{ formatDate(userStore.user?.LOAs?.[0].extended_till || userStore.user?.LOAs?.[0].end_date) }}