You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the dark logo option, it will work only for the switch button. The default logo will always the loaded, even if the first render is dark mode.
Using version 2.0.0-aplha.43
To Reproduce
Define you logo and dark logo in the docusaurus.config.js
The text was updated successfully, but these errors were encountered:
prma85
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Feb 20, 2020
🐛 Bug Report
Based on the PR #2261
When using the dark logo option, it will work only for the switch button. The default logo will always the loaded, even if the first render is dark mode.
Using version 2.0.0-aplha.43
To Reproduce
docusaurus.config.js
Expected behavior
Docusaurus would always check which theme the user is using to select the right logo and not only when using the switch button.
Actual Behavior
Docusaurus always load the default logo at the first load, and don't check if you are using dark theme or not.
Reproducible Demo
(Paste the link to an example repo, including a
siteConfig.js
, and exact instructions to reproduce the issue.)https://iqmetrix.github.io/hub.docs/
The text was updated successfully, but these errors were encountered: