diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html
new file mode 100644
index 000000000..f080ce9a7
--- /dev/null
+++ b/.storybook/manager-head.html
@@ -0,0 +1,12 @@
+
+
diff --git a/.storybook/theme/SilverstripeTheme.js b/.storybook/theme/SilverstripeTheme.js
index 0e350d75d..5cbdd08d9 100644
--- a/.storybook/theme/SilverstripeTheme.js
+++ b/.storybook/theme/SilverstripeTheme.js
@@ -1,16 +1,17 @@
import { create } from '@storybook/theming/create';
+import logo from './images/logo.svg';
const SilverstripeTheme = create({
base: 'light',
brandTitle: 'Silverstripe CMS - Storybook',
- brandImage: 'https://www.silverstripe.com/_resources/themes/app/dist/images/logos/silverstripe-logo.svg',
+ brandImage: logo,
brandTarget: '_self',
// Main colors
colorPrimary: '#005be0',
// Temporary
colorSecondary: '#005be0',
-
+
// Toolbar default and active colors
barTextColor: '#9E9E9E',
barSelectedColor: '#005be0',
diff --git a/.storybook/theme/images/logo.svg b/.storybook/theme/images/logo.svg
new file mode 100644
index 000000000..0637f72f5
--- /dev/null
+++ b/.storybook/theme/images/logo.svg
@@ -0,0 +1 @@
+