There was an error while loading. Please reload this page.
1 parent 1955d99 commit a5e9e49Copy full SHA for a5e9e49
1 file changed
docs/utils.mdx
@@ -273,7 +273,7 @@ $$
273
274
Image path should include `#gh-light-mode-only` for the Light Theme and `#gh-dark-mode-only` for the Dark Theme
275
276
-
+
277
278
### Second Version
279
@@ -287,8 +287,8 @@ import ThemedImage from "@theme/ThemedImage";
287
<ThemedImage
288
alt="Docusaurus themed image"
289
sources={{
290
- light: useBaseUrl("/img/logo.svg"),
291
- dark: useBaseUrl("/img/logo_dark.svg"),
+ light: useBaseUrl("/img/logo_dark.svg"),
+ dark: useBaseUrl("/img/logo.svg"),
292
}}
293
/>
294
0 commit comments