1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 11:56:46 +01:00
immich/web/.storybook/theme.ts
2024-06-04 23:36:05 -04:00

9 lines
239 B
TypeScript

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,
});