From 098a6263a9702337dd344823908f41842f82aa8c Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 20 Feb 2025 03:52:25 +0530 Subject: [PATCH] fix: logo and custom branding (#10930) This PR has the following changes 1. Update `Logo.vue` to fetch the logo from globalConfig and fallback to SVG if required. 2. Update the default `public/brand-assets/logo_thumbnail.svg` to use the new colors. ### Preview https://github.com/user-attachments/assets/505a1d05-cd05-4b86-9fe7-c05334f09b25 ![CleanShot 2025-02-19 at 10 56 23@2x](https://github.com/user-attachments/assets/084064b9-5df5-4d11-9b6a-b511c6047001) --- .../dashboard/components-next/icon/Logo.vue | 15 ++++++++ .../components-next/sidebar/Sidebar.vue | 2 +- public/brand-assets/logo_thumbnail.svg | 37 +++++++++++++------ 3 files changed, 41 insertions(+), 13 deletions(-) diff --git a/app/javascript/dashboard/components-next/icon/Logo.vue b/app/javascript/dashboard/components-next/icon/Logo.vue index 2330021c3..6dd0bbd8f 100644 --- a/app/javascript/dashboard/components-next/icon/Logo.vue +++ b/app/javascript/dashboard/components-next/icon/Logo.vue @@ -1,6 +1,21 @@ + +