Skip to content

Commit

Permalink
Change logo path for storybook (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Sep 27, 2024
1 parent 11d09f1 commit 6442eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ export const light = create({
base: "light",
brandTitle: "Wave Terminal Storybook",
brandUrl: "https://storybook.waveterm.dev",
brandImage: "../assets/wave-light.png",
brandImage: "/assets/wave-light.png",
brandTarget: "_self",
});

export const dark = create({
base: "dark",
brandTitle: "Wave Terminal Storybook",
brandUrl: "https://storybook.waveterm.dev",
brandImage: "../assets/wave-dark.png",
brandImage: "/assets/wave-dark.png",
brandTarget: "_self",
});

0 comments on commit 6442eae

Please sign in to comment.