diff --git a/docs/Systems/Tailwind/assets/kaizen-badge.png b/docs/Systems/Tailwind/assets/kaizen-badge.png new file mode 100644 index 00000000000..b98402b5dbd Binary files /dev/null and b/docs/Systems/Tailwind/assets/kaizen-badge.png differ diff --git a/storybook/theme.ts b/storybook/theme.ts index 870f52e2945..28e4188fc84 100644 --- a/storybook/theme.ts +++ b/storybook/theme.ts @@ -1,7 +1,7 @@ /* eslint import/no-extraneous-dependencies: 0 */ import { create } from "@storybook/theming/create" import { defaultTheme } from "@kaizen/design-tokens" -const logo = require("./assets/kaizen-badge.svg") +const logo = require("../docs/Systems/Tailwind/assets/kaizen-badge.png") const colors = defaultTheme.color