File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const config = {
99 title : 'wwWallet Ecosystem' ,
1010 tagline : 'Get started with Issuing and Verifying credentials today!' ,
11- favicon : 'img/wwwalletLogo.png ' ,
11+ favicon : 'img/logo.svg ' ,
1212
1313 // Set the production url of your site here
1414 url : 'https://wwwallet.github.io' ,
@@ -58,12 +58,12 @@ const config = {
5858 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
5959 ( {
6060 // Replace with your project's social card
61- image : 'img/wwwalletLogo.png ' ,
61+ image : 'img/logo.svg ' ,
6262 navbar : {
6363 title : 'wwWallet Ecosystem' ,
6464 logo : {
6565 alt : 'wwWallet Logo' ,
66- src : 'img/wwwalletLogo.png ' ,
66+ src : 'img/logo.svg ' ,
6767 } ,
6868 items : [
6969 {
You can’t perform that action at this time.
0 commit comments