1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-22 19:52:46 +01:00
immich/web/.storybook/theme.ts

10 lines
239 B
TypeScript
Raw Normal View History

2024-06-05 05:36:05 +02:00
import { create } from '@storybook/theming/create';
import brandImage from '../../design/immich-logo-inline-light.png';
export default create({
base: 'light',
brandTitle: 'immich',
brandUrl: 'https://immich.app/',
brandImage,
});