Skip to content

Commit

Permalink
UI: add dark theme suitable navbar logo (KusionStack#235)
Browse files Browse the repository at this point in the history
UI: support dark theme suitable navbar logo
  • Loading branch information
amyXia1994 authored May 29, 2023
1 parent 8f72c34 commit 5f09830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const config = {
title: 'KusionStack',
logo: {
alt: 'KusionStack Icon',
src: 'img/kusionstack-icon.png'
src: 'img/kusionstack-icon.png',
srcDark: 'img/kusionstack-icon-white.png',
},
items: [
{
Expand Down
Binary file added static/img/kusionstack-icon-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f09830

Please sign in to comment.