From d46b9c2425d118010b86d7ab1cc8475c91d74112 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 1 Oct 2025 10:57:13 -0300 Subject: [PATCH] changed ibm logo to watsonx --- frontend/components/logo/ibm-logo.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/frontend/components/logo/ibm-logo.tsx b/frontend/components/logo/ibm-logo.tsx index 44b6e08c..158ffa3b 100644 --- a/frontend/components/logo/ibm-logo.tsx +++ b/frontend/components/logo/ibm-logo.tsx @@ -8,11 +8,24 @@ export default function IBMLogo(props: React.SVGProps) { fill="none" {...props} > - IBM Logo - + IBM watsonx.ai Logo + + + + + + + + + + + ); }