From 3752c611576778f028ba78d6c1ae533a88c6040b Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 16 Sep 2025 17:27:15 +0530 Subject: [PATCH] refactor: update BrandSettings component to improve logo and favicon handling --- frontend/src/components/Settings/BrandSettings.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/Settings/BrandSettings.vue b/frontend/src/components/Settings/BrandSettings.vue index b5f4ad76..c54c4555 100644 --- a/frontend/src/components/Settings/BrandSettings.vue +++ b/frontend/src/components/Settings/BrandSettings.vue @@ -47,7 +47,7 @@ alt="Logo" class="size-8 rounded" /> - +
{{ __('Brand logo') }} @@ -82,7 +82,7 @@ alt="Favicon" class="size-8 rounded" /> - +
{{ __('Favicon') }} @@ -105,18 +105,14 @@
-
- -