mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
import { create } from '@storybook/theming/create';
|
|
import brandImage from '../../design/immich-logo-inline-dark.svg';
|
|
|
|
export default create({
|
|
base: 'dark',
|
|
brandTitle: 'immich',
|
|
brandUrl: 'https://immich.app/',
|
|
brandImage,
|
|
});
|