diff --git a/shine-UI/assets/SHiNE_connections_blue.svg b/shine-UI/assets/SHiNE_connections_blue.svg index 65808151..7d9f65fb 100644 --- a/shine-UI/assets/SHiNE_connections_blue.svg +++ b/shine-UI/assets/SHiNE_connections_blue.svg @@ -18,6 +18,6 @@ - diff --git a/shine-UI/js/components/shine-logo.js b/shine-UI/js/components/shine-logo.js index 0c2460c6..4c1c27c9 100644 --- a/shine-UI/js/components/shine-logo.js +++ b/shine-UI/js/components/shine-logo.js @@ -1,4 +1,4 @@ -export const SHINE_CONNECTIONS_LOGO_SRC = '/assets/SHiNE_connections_blue.svg'; +export const SHINE_CONNECTIONS_LOGO_SRC = '/assets/SHiNE_connections_blue.svg?v=2026082601'; export function createShineConnectionsLogo({ className = '' } = {}) { const img = document.createElement('img');