Skip to content

Commit be9ab3d

Browse files
authored
chore: change logos for light and dark modes in navbar and footer (#2359)
chore: update logos for light and dark modes in navbar and footer
1 parent 1408eea commit be9ab3d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const config: Config = {
140140
] satisfies Preset.ThemeConfig["footer"]["links"],
141141
logo: {
142142
alt: "Ory logo in white",
143-
src: "/docs/img/logos/logo-ory-white-2022-11-04.svg",
143+
src: "/docs/img/logos/logo-dark-mode.svg",
144144
href: "https://www.ory.com/",
145145
height: 80,
146146
width: 130.7,

src/navbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export const navbar: Navbar = {
44
hideOnScroll: false,
55
logo: {
66
alt: "Ory",
7-
src: `/docs/img/logos/logo-docs-2023-02-15.svg`,
8-
srcDark: `/docs/img/logos/logo-docs-dark-2023-02-15.svg`,
7+
src: `/docs/img/logos/logo-light-mode.svg`,
8+
srcDark: `/docs/img/logos/logo-dark-mode.svg`,
99
href: `https://www.ory.com`,
1010
width: 63,
1111
height: 32,
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)