Skip to content

Commit 629df11

Browse files
committed
docs: make project logo point to GitHub repo
1 parent ae9c388 commit 629df11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/themes.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { create } from '@storybook/theming';
22

33
export const brand = {
44
brandTitle: 'Koobiq React',
5-
brandTarget: '_self',
5+
brandUrl: 'https://github.com/koobiq/react-components',
6+
brandTarget: '_blank',
67
fontBase:
78
"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;", // var(--kbq-font-family-base)
89
fontCode:

0 commit comments

Comments
 (0)