diff --git a/go/admin/assets/favicon.ico b/go/admin/assets/favicon.ico index 7978c28ea..13ef93e9c 100644 Binary files a/go/admin/assets/favicon.ico and b/go/admin/assets/favicon.ico differ diff --git a/website/index.html b/website/index.html index 125b66439..c3cd6840c 100644 --- a/website/index.html +++ b/website/index.html @@ -24,7 +24,7 @@ content="Scalable. Reliable. MySQL-compatible. Cloud-native. Database." /> - + diff --git a/website/public/logo.png b/website/public/logo.png index 7978c28ea..13ef93e9c 100644 Binary files a/website/public/logo.png and b/website/public/logo.png differ diff --git a/website/src/assets/favicon.png b/website/src/assets/favicon.png index 7978c28ea..13ef93e9c 100644 Binary files a/website/src/assets/favicon.png and b/website/src/assets/favicon.png differ diff --git a/website/src/assets/homeLogo.png b/website/src/assets/homeLogo.png deleted file mode 100644 index acbd4d492..000000000 Binary files a/website/src/assets/homeLogo.png and /dev/null differ diff --git a/website/src/assets/logo.png b/website/src/assets/logo.png index 7978c28ea..13ef93e9c 100644 Binary files a/website/src/assets/logo.png and b/website/src/assets/logo.png differ diff --git a/website/src/assets/vitess-horizontal.png b/website/src/assets/vitess-horizontal.png deleted file mode 100644 index ab970740f..000000000 Binary files a/website/src/assets/vitess-horizontal.png and /dev/null differ diff --git a/website/src/common/Icon.tsx b/website/src/common/Icon.tsx index 3df1ba7a7..daf48309e 100644 --- a/website/src/common/Icon.tsx +++ b/website/src/common/Icon.tsx @@ -15,53 +15,54 @@ limitations under the License. */ import React from "react"; -import { twMerge } from "tailwind-merge"; +import {twMerge} from "tailwind-merge"; interface IconProps { - icon: keyof typeof icons; - className?: string; + icon: keyof typeof icons; + className?: string; } //Icons implementation by @marsian83 (https://github.com/marsian83) export default function Icon(props: IconProps) { - return ( - + return ( + {icons[props.icon]} - ); + ); } const icons = { - dark_mode: ( - - ), - light_mode: ( - - ), - open_in_new: ( - - ), - close: ( - - ), - expand_more: ( - - ), - bookmark: ( - - ), - github: ( - - ), - vitess: ( - - ), -} as const; + dark_mode: ( + + ), + light_mode: ( + + ), + open_in_new: ( + + ), + close: ( + + ), + expand_more: ( + + ), + bookmark: ( + + ), + github: ( + + ), +} as const; \ No newline at end of file diff --git a/website/src/pages/HomePage/components/HomePageHero.tsx b/website/src/pages/HomePage/components/HomePageHero.tsx index 64f43f832..9b7717bf3 100644 --- a/website/src/pages/HomePage/components/HomePageHero.tsx +++ b/website/src/pages/HomePage/components/HomePageHero.tsx @@ -82,7 +82,6 @@ export default function HomePageHero() { target="__blank" > Vitess -