Skip to content

Commit

Permalink
Fix logo visibility issue in dark mode
Browse files Browse the repository at this point in the history
Fixes #189

Update the dark mode logo configuration in `docs/docusaurus.config.js`.

* Change the `srcDark` property to point to the light mode logo URL.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/SamagraX-Stencil/stencil/issues/189?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
thedemonsid committed Oct 22, 2024
1 parent 49bd406 commit 616deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
logo: {
alt: 'Site Logo',
src: 'https://tech.samagragovernance.in/wp-content/uploads/2021/02/L2-e1614174909114.png',
srcDark: '/logos/dark-logo.png',
srcDark: 'https://tech.samagragovernance.in/wp-content/uploads/2021/02/L2-e1614174909114.png',
href: '/',
target: '_self',
width: 140,
Expand Down

0 comments on commit 616deae

Please sign in to comment.