Storybook: Add relative logo url (#22786)

pull/22788/head
Tobias Skarhed 5 years ago committed by GitHub
parent 8b067a5fe0
commit 8a03703837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/.storybook/storybookTheme.ts

@ -39,7 +39,7 @@ const createTheme = (theme: GrafanaTheme) => {
brandTitle: 'Grafana UI',
brandUrl: '/',
brandImage: '/grafana_icon.svg',
brandImage: './grafana_icon.svg',
});
};

Loading…
Cancel
Save