Skip to content

Commit

Permalink
Docs: added logo to storybook header
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 18, 2024
1 parent e43cbdf commit c2d5c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { create } from '@storybook/theming/create';

export default create({
base: 'light',
brandTitle: 'Mezh HQ | Seat Toolkit',
brandUrl: 'https://mezh-hq.github.io',
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>`,
brandTarget: '_self',
});

0 comments on commit c2d5c32

Please sign in to comment.