Storybook: add canary deploy from master (#22843)

* Canary from master latest from release

* Fix logo URL
This commit is contained in:
Tobias Skarhed
2020-03-17 15:03:59 +01:00
committed by GitHub
parent d953511e02
commit 81fed255fd
2 changed files with 3 additions and 2 deletions

View File

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