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} -