Skip to content

Commit c2d5c32

Browse files
committed
Docs: added logo to storybook header
1 parent e43cbdf commit c2d5c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { create } from '@storybook/theming/create';
33

44
export default create({
55
base: 'light',
6-
brandTitle: 'Mezh HQ | Seat Toolkit',
76
brandUrl: 'https://mezh-hq.github.io',
7+
brandTitle: `<div style="display:flex;align-items:center;gap:6px;"><img src="./logo.jpg" style="border-radius:8px;" width="45px" height="45px"/><span>Mezh HQ | Seat Toolkit</span></div>`,
88
brandTarget: '_self',
99
});

0 commit comments

Comments
 (0)