File tree Expand file tree Collapse file tree 4 files changed +19564
-29366
lines changed Expand file tree Collapse file tree 4 files changed +19564
-29366
lines changed Original file line number Diff line number Diff line change 273273
274274Image path should include ` #gh-light-mode-only ` for the Light Theme and ` #gh-dark-mode-only ` for the Dark Theme
275275
276- ![ Docusaurus themed image] ( /img/logo .svg#gh-light-mode-only ) ![ Docusaurus themed image] ( /img/logo_dark .svg#gh-dark-mode-only )
276+ ![ Docusaurus themed image] ( /img/logo_dark .svg#gh-light-mode-only ) ![ Docusaurus themed image] ( /img/logo .svg#gh-dark-mode-only )
277277
278278### Second Version
279279
@@ -287,8 +287,8 @@ import ThemedImage from "@theme/ThemedImage";
287287<ThemedImage
288288 alt = " Docusaurus themed image"
289289 sources = { {
290- light: useBaseUrl (" /img/logo .svg" ),
291- dark: useBaseUrl (" /img/logo_dark .svg" ),
290+ light: useBaseUrl (" /img/logo_dark .svg" ),
291+ dark: useBaseUrl (" /img/logo .svg" ),
292292 }}
293293/>
294294
You can’t perform that action at this time.
0 commit comments