From 72443ff32f16a7caecaff78f614d34c47e07d17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 22 Apr 2026 15:49:56 +0400 Subject: [PATCH] Use full Probo logo (picto + wordmark) in cookie banner branding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the picto-only SVG with the full Logo component in both the console theme preview and the cookie-banner web component. Signed-off-by: Émile Ré --- .../snippet/_components/ThemePreview.tsx | 22 ++----------------- packages/cookie-banner/src/html.ts | 4 ++-- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx index b7bdacd44..ac8b6adf4 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/_components/ThemePreview.tsx @@ -13,7 +13,7 @@ // PERFORMANCE OF THIS SOFTWARE. import { useTranslate } from "@probo/i18n"; -import { Button, Card, Field, Input, useToast } from "@probo/ui"; +import { Button, Card, Field, Input, Logo, useToast } from "@probo/ui"; import { useCallback, useMemo, useState } from "react"; import { useFragment } from "react-relay"; import { graphql } from "relay-runtime"; @@ -302,25 +302,7 @@ function BannerPreview({ showBranding }: { showBranding: boolean }) { > Privacy by {" "} - - {" "} - Probo + )} diff --git a/packages/cookie-banner/src/html.ts b/packages/cookie-banner/src/html.ts index a781371d2..6be7c72c7 100644 --- a/packages/cookie-banner/src/html.ts +++ b/packages/cookie-banner/src/html.ts @@ -20,6 +20,6 @@ export const COOKIE_ICON = ``; -const PROBO_LOGO = ``; +const PROBO_LOGO = ``; -export const BRANDING = ``; +export const BRANDING = ``;