Skip to content

Commit

Permalink
UI: change navbar logo size to rectangle (KusionStack#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyXia1994 authored May 29, 2023
1 parent 904a741 commit a9d387a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/kcl-logo.png',
favicon: 'img/kusionstack-icon-square.png',

i18n: {
defaultLocale: 'en',
Expand Down Expand Up @@ -70,8 +70,8 @@ const config = {
navbar: {
title: 'KusionStack',
logo: {
alt: 'KusionStack Logo',
src: 'img/kcl-logo.png',
alt: 'KusionStack Icon',
src: 'img/kusionstack-icon.png'
},
items: [
{
Expand Down
Binary file removed static/img/kcl-logo.png
Binary file not shown.
Binary file added static/img/kusionstack-icon-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/kusionstack-icon.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 a9d387a

Please sign in to comment.