From 9f81e162a66a4637671941cc1fb6666189c2fbac Mon Sep 17 00:00:00 2001 From: Jagger <634750802@qq.com> Date: Fri, 28 Jun 2024 15:34:40 +0800 Subject: [PATCH] ui: change logo --- public/tidb-ai-light.svg | 20 ++++++++++++++++---- public/tidb-ai.svg | 20 ++++++++++++++++---- src/components/branding.tsx | 6 +++--- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/public/tidb-ai-light.svg b/public/tidb-ai-light.svg index 4feb6dbb..dd7ae247 100644 --- a/public/tidb-ai-light.svg +++ b/public/tidb-ai-light.svg @@ -1,5 +1,17 @@ - - + + + + + + + + + + + + + + + + diff --git a/public/tidb-ai.svg b/public/tidb-ai.svg index 6e85c64d..5c1e4670 100644 --- a/public/tidb-ai.svg +++ b/public/tidb-ai.svg @@ -1,5 +1,17 @@ - - + + + + + + + + + + + + + + + + diff --git a/src/components/branding.tsx b/src/components/branding.tsx index fe081f99..c14ec4ce 100644 --- a/src/components/branding.tsx +++ b/src/components/branding.tsx @@ -5,9 +5,9 @@ export function Branding ({ setting }: { setting: IWebsiteSettingResult }) { logo logo - - {setting.title} - + {/**/} + {/* {setting.title}*/} + {/**/} ); } \ No newline at end of file