diff --git a/www/components/Footer/index.tsx b/www/components/Footer/index.tsx index 891ae965fd..e1be9c476a 100644 --- a/www/components/Footer/index.tsx +++ b/www/components/Footer/index.tsx @@ -26,7 +26,9 @@ const Footer = (props: Props) => { Supabase diff --git a/www/components/Nav/index.tsx b/www/components/Nav/index.tsx index 3608dc6980..fa2bf3394c 100644 --- a/www/components/Nav/index.tsx +++ b/www/components/Nav/index.tsx @@ -200,8 +200,8 @@ const Nav = (props: Props) => { className="block h-6 w-auto" src={ darkMode - ? `${basePath}/images/logo-dark.png` - : `${basePath}/images/logo-light.png` + ? `${basePath}/brand-assets/supabase-logo-wordmark--dark.svg` + : `${basePath}/brand-assets/supabase-logo-wordmark--light.svg` } alt="Logo" /> diff --git a/www/public/images/logo-preview.jpg b/www/public/images/logo-preview.jpg new file mode 100644 index 0000000000..ba27a9067e Binary files /dev/null and b/www/public/images/logo-preview.jpg differ diff --git a/www/public/images/supabase-logo-icon.png b/www/public/images/supabase-logo-icon.png new file mode 100644 index 0000000000..a3b7b36f92 Binary files /dev/null and b/www/public/images/supabase-logo-icon.png differ diff --git a/www/public/images/supabase-logo-icon.svg b/www/public/images/supabase-logo-icon.svg new file mode 100644 index 0000000000..ad802ac16a --- /dev/null +++ b/www/public/images/supabase-logo-icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/www/public/images/supabase-logo-wordmark--dark.png b/www/public/images/supabase-logo-wordmark--dark.png new file mode 100644 index 0000000000..821c42ce28 Binary files /dev/null and b/www/public/images/supabase-logo-wordmark--dark.png differ diff --git a/www/public/images/supabase-logo-wordmark--dark.svg b/www/public/images/supabase-logo-wordmark--dark.svg new file mode 100644 index 0000000000..9e96fab4dd --- /dev/null +++ b/www/public/images/supabase-logo-wordmark--dark.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/public/images/supabase-logo-wordmark--light.png b/www/public/images/supabase-logo-wordmark--light.png new file mode 100644 index 0000000000..0277fee2bb Binary files /dev/null and b/www/public/images/supabase-logo-wordmark--light.png differ diff --git a/www/public/images/supabase-logo-wordmark--light.svg b/www/public/images/supabase-logo-wordmark--light.svg new file mode 100644 index 0000000000..60cbc71dc7 --- /dev/null +++ b/www/public/images/supabase-logo-wordmark--light.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/public/images/supabase-logos.zip b/www/public/images/supabase-logos.zip new file mode 100644 index 0000000000..fca943f900 Binary files /dev/null and b/www/public/images/supabase-logos.zip differ