From daccd22ab23ed63bcffc234ad92da581e56fd4f9 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Tue, 27 Jan 2026 23:58:31 -0800 Subject: [PATCH] remove duplicate logos and names on sharepage --- src/app/share/[...shareId]/SharePage.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/app/share/[...shareId]/SharePage.tsx b/src/app/share/[...shareId]/SharePage.tsx index 95c2cdac..35d44c7a 100644 --- a/src/app/share/[...shareId]/SharePage.tsx +++ b/src/app/share/[...shareId]/SharePage.tsx @@ -96,8 +96,6 @@ export function SharePage({ shareId, path = '' }: { shareId: string; path?: stri } const { websiteId, parameters = {}, whiteLabel } = shareToken; - const logoName = whiteLabel?.name || 'umami'; - const logoImage = whiteLabel?.image; // Redirect to only allowed section - return null while redirecting if ( @@ -128,16 +126,6 @@ export function SharePage({ shareId, path = '' }: { shareId: string; path?: stri return ; }} - - {whiteLabel?.image ? ( - {logoName} - ) : ( - - - - )} - {logoName} -