Skip to content

Commit

Permalink
fix: update logo path in sb
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Nov 25, 2024
1 parent f61bff2 commit c5bef5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/design-system/.storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { create } from '@storybook/theming/create';

export default create({
base: 'light',
brandImage: '/brand/nekos-gate.png',
brandImage: '/assets/brand/nekos-gate.png',
appBg: 'white',
});
2 changes: 1 addition & 1 deletion clients/design-system/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';

<Meta title='Introduction' />

<img src="/brand/nekos-gate.png" alt="NekosGate" style={{paddingBottom: "3rem", display: "block", margin: "0 auto"}}/>
<img src="/assets/brand/nekos-gate.png" alt="NekosGate" style={{paddingBottom: "3rem", display: "block", margin: "0 auto"}}/>

# Introduction

Expand Down

0 comments on commit c5bef5b

Please sign in to comment.