From 183306b6f54c0f333e307c90588fdff13f9ad4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Mon, 29 Jul 2024 16:50:50 +0200 Subject: [PATCH] storybook logo --- .storybook/manager.js | 6 ++++++ .storybook/theme.js | 8 ++++++++ public/admin/index.html | 32 -------------------------------- public/images/darkroom.svg | 10 ++++++++++ 4 files changed, 24 insertions(+), 32 deletions(-) create mode 100644 .storybook/manager.js create mode 100644 .storybook/theme.js delete mode 100644 public/admin/index.html create mode 100644 public/images/darkroom.svg diff --git a/.storybook/manager.js b/.storybook/manager.js new file mode 100644 index 00000000..d2a2be8b --- /dev/null +++ b/.storybook/manager.js @@ -0,0 +1,6 @@ +import { addons } from '@storybook/manager-api' +import theme from './theme' + +addons.setConfig({ + theme: theme, +}) diff --git a/.storybook/theme.js b/.storybook/theme.js new file mode 100644 index 00000000..c6296a68 --- /dev/null +++ b/.storybook/theme.js @@ -0,0 +1,8 @@ +import { create } from '@storybook/theming/create' + +export default create({ + brandTitle: 'Satūs', + brandUrl: 'https://satus.darkroom.engineering/', + brandImage: 'https://satus.darkroom.engineering/images/darkroom.svg', + brandTarget: '_self', +}) diff --git a/public/admin/index.html b/public/admin/index.html deleted file mode 100644 index 4bf6adb5..00000000 --- a/public/admin/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - TinaCMS - - - - - - - - -
- - \ No newline at end of file diff --git a/public/images/darkroom.svg b/public/images/darkroom.svg new file mode 100644 index 00000000..eb5d0a62 --- /dev/null +++ b/public/images/darkroom.svg @@ -0,0 +1,10 @@ + + + + + + + + + +