mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:21:05 +08:00
Capitalize "Design Assets" panel tab title
Leaving them lower case looks a tiny weenie bit unprofessional, imho.
This commit is contained in:
parent
d8c08d307e
commit
506da1eac9
@ -7,7 +7,7 @@ import { Panel } from './panel';
|
||||
|
||||
addons.register(ADDON_ID, () => {
|
||||
addons.add(PANEL_ID, {
|
||||
title: 'design assets',
|
||||
title: 'Design Assets',
|
||||
type: types.PANEL,
|
||||
render: ({ active, key }) => (
|
||||
<AddonPanel active={active} key={key}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user