🍱(react) fix storybook logo link

The storybook logo was broken on the production website. Indeed the link
 was prefixed by a slash.
This commit is contained in:
jbpenrath
2023-05-31 16:53:57 +02:00
committed by Jean-Baptiste PENRATH
parent 0153b5043b
commit 7144961c50

View File

@@ -7,7 +7,7 @@ const COLORS = defaultTokens.theme.colors;
const theme = create({
base: 'light',
brandUrl: 'https://github.com/openfun/cunningham',
brandImage: '/logo-cunningham.svg',
brandImage: 'logo-cunningham.svg',
brandTitle: 'Cunningham',
brandTarget: '_self',