Skip to content

Commit f96ad9f

Browse files
Fixed the incorrect logo filename
Signed-off-by: naveensrinivasan <[email protected]>
1 parent 8b71a4e commit f96ad9f

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)