From 31863f031e1addfe1b40d330622fc5cfcb4953dd Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Fri, 21 Nov 2025 13:31:33 -0800 Subject: [PATCH] chore: update logos for light and dark modes in navbar and footer --- docusaurus.config.ts | 2 +- src/navbar.ts | 4 ++-- src/static/img/logos/logo-dark-mode.svg | 5 +++++ src/static/img/logos/logo-light-mode.svg | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 src/static/img/logos/logo-dark-mode.svg create mode 100644 src/static/img/logos/logo-light-mode.svg diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 65c0249cd3..f90ed3ce24 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -139,7 +139,7 @@ const config: Config = { ] satisfies Preset.ThemeConfig["footer"]["links"], logo: { alt: "Ory logo in white", - src: "/docs/img/logos/logo-ory-white-2022-11-04.svg", + src: "/docs/img/logos/logo-dark-mode.svg", href: "https://www.ory.com/", height: 80, width: 130.7, diff --git a/src/navbar.ts b/src/navbar.ts index dd461c220a..9d21ad7321 100644 --- a/src/navbar.ts +++ b/src/navbar.ts @@ -4,8 +4,8 @@ export const navbar: Navbar = { hideOnScroll: false, logo: { alt: "Ory", - src: `/docs/img/logos/logo-docs-2023-02-15.svg`, - srcDark: `/docs/img/logos/logo-docs-dark-2023-02-15.svg`, + src: `/docs/img/logos/logo-light-mode.svg`, + srcDark: `/docs/img/logos/logo-dark-mode.svg`, href: `https://www.ory.com`, width: 63, height: 32, diff --git a/src/static/img/logos/logo-dark-mode.svg b/src/static/img/logos/logo-dark-mode.svg new file mode 100644 index 0000000000..acdfc27dc2 --- /dev/null +++ b/src/static/img/logos/logo-dark-mode.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/static/img/logos/logo-light-mode.svg b/src/static/img/logos/logo-light-mode.svg new file mode 100644 index 0000000000..5c082759a3 --- /dev/null +++ b/src/static/img/logos/logo-light-mode.svg @@ -0,0 +1,5 @@ + + + + +