Skip to content

Commit abd3a68

Browse files
authored
Merge pull request #26 from wwWallet/feat/swap-logo
Swap logo
2 parents 007625a + 612835f commit abd3a68

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const 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
{

static/img/logo.svg

Lines changed: 5 additions & 1 deletion
Loading

static/img/wwwalletLogo.png

-79.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)