From ae19f7006714b7e2feaba2e0700fec4fc4e1ce75 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Wed, 26 Jun 2024 16:35:04 +0800 Subject: [PATCH] feat: add white logo for dark mode --- docusaurus.config.ts | 1 + static/img/Logo.aelf.white.svg | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 static/img/Logo.aelf.white.svg diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5a8b9a60..4120abeb 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -60,6 +60,7 @@ const config: Config = { logo: { alt: "aelf", src: "img/Logo.aelf.svg", + srcDark: "img/Logo.aelf.white.svg", }, items: [ // @ts-expect-error diff --git a/static/img/Logo.aelf.white.svg b/static/img/Logo.aelf.white.svg new file mode 100644 index 00000000..904ed699 --- /dev/null +++ b/static/img/Logo.aelf.white.svg @@ -0,0 +1,27 @@ + + + \ No newline at end of file