diff --git a/clients/design-system/.storybook/theme.ts b/clients/design-system/.storybook/theme.ts
index c96fc8ff..e5ff07f8 100644
--- a/clients/design-system/.storybook/theme.ts
+++ b/clients/design-system/.storybook/theme.ts
@@ -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',
});
diff --git a/clients/design-system/stories/Introduction.stories.mdx b/clients/design-system/stories/Introduction.stories.mdx
index dbe46556..bfef54da 100644
--- a/clients/design-system/stories/Introduction.stories.mdx
+++ b/clients/design-system/stories/Introduction.stories.mdx
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs';
-
+
# Introduction