🍱(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:
committed by
Jean-Baptiste PENRATH
parent
0153b5043b
commit
7144961c50
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user