From c5bef5b9edd4d9d7920ba72e51e159f95e1c2f19 Mon Sep 17 00:00:00 2001
From: hxtree <19890291+hxtree@users.noreply.github.com>
Date: Mon, 25 Nov 2024 05:55:59 -0600
Subject: [PATCH] fix: update logo path in sb
---
clients/design-system/.storybook/theme.ts | 2 +-
clients/design-system/stories/Introduction.stories.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/clients/design-system/.storybook/theme.ts b/clients/design-system/.storybook/theme.ts
index c96fc8ff8..e5ff07f8f 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 dbe46556f..bfef54dab 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