Skip to content

Commit

Permalink
storybook logo
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jul 29, 2024
1 parent a872e08 commit 183306b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 32 deletions.
6 changes: 6 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from '@storybook/manager-api'
import theme from './theme'

addons.setConfig({
theme: theme,
})
8 changes: 8 additions & 0 deletions .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -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',
})
32 changes: 0 additions & 32 deletions public/admin/index.html

This file was deleted.

10 changes: 10 additions & 0 deletions public/images/darkroom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 183306b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 42
🟢 Accessibility: 91
🟢 Best practices: 96
🟢 SEO: 92
🔴 PWA: undefined

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Fsatus-storybook-jz1rmmitw-darkroom-engineering.vercel.app%252F%26nonce%3D549e510deaec5c83c3ad0b5d2c687e38b949fb7473262fa0b8828ca49577e5e7"

Please sign in to comment.