diff --git a/src/components/Header/HeaderLogo.tsx b/src/components/Header/HeaderLogo.tsx index 509602a8c..62fedd361 100644 --- a/src/components/Header/HeaderLogo.tsx +++ b/src/components/Header/HeaderLogo.tsx @@ -10,8 +10,6 @@ interface HeaderLogoProps { collection: Collection | null; space: Space; customization: CustomizationSettings; - /** Style applied when the logo is a text one */ - textStyle?: ClassValue; } /** @@ -20,14 +18,15 @@ interface HeaderLogoProps { export function HeaderLogo(props: HeaderLogoProps) { const { customization } = props; - const isCustomizationDefault = - customization.header.preset === CustomizationHeaderPreset.Default; + return (
{collection ? collection.title : space.title}