We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9c388 commit 629df11Copy full SHA for 629df11
.storybook/themes.ts
@@ -2,7 +2,8 @@ import { create } from '@storybook/theming';
2
3
export const brand = {
4
brandTitle: 'Koobiq React',
5
- brandTarget: '_self',
+ brandUrl: 'https://github.com/koobiq/react-components',
6
+ brandTarget: '_blank',
7
fontBase:
8
"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;", // var(--kbq-font-family-base)
9
fontCode:
0 commit comments