Skip to content

Commit 223505a

Browse files
committed
update logo colors for dark and light
1 parent ab7657e commit 223505a

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docusaurus.config.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55
const config: Config = {
66
title: 'Fhenix',
77
tagline: 'Build dApps with privacy in Solidity',
8-
favicon: 'img/logo.svg',
8+
favicon: 'img/logo-black.svg',
99

1010
// Set the production url of your site here
1111
url: 'https://docs.fhenix.io',
@@ -57,7 +57,8 @@ const config: Config = {
5757
title: 'Fhenix Docs',
5858
logo: {
5959
alt: 'My Site Logo',
60-
src: 'img/logo.svg',
60+
src: 'img/logo-black.svg',
61+
srcDark: 'img/logo-white.svg',
6162
},
6263
items: [
6364
{

static/img/logo-black.svg

+4
Loading

static/img/logo-white.svg

+4
Loading

0 commit comments

Comments
 (0)