Skip to content

Commit b23442b

Browse files
Merge pull request #12 from bitbomdev/naveen/fix/filename-case-issue
Fixed the incorrect logo filename
2 parents 8b71a4e + f96ad9f commit b23442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const config: Config = {
194194
],
195195
},
196196
],
197-
copyright: `<img src="/img/bitbom-long-white-logo.png" class="footer-logo"/><br>Copyright © ${new Date().getFullYear()} bitbomdev, Inc.<br>Built with Docusaurus.`,
197+
copyright: `<img src="/img/Bitbom-long-white-logo.png" class="footer-logo"/><br>Copyright © ${new Date().getFullYear()} bitbomdev, Inc.<br>Built with Docusaurus.`,
198198
},
199199
prism: {
200200
theme: prismThemes.github,

0 commit comments

Comments
 (0)