Capitalize "Design Assets" panel tab title

Leaving them lower case looks a tiny weenie bit unprofessional, imho.
This commit is contained in:
Joris W 2020-06-01 12:24:36 +02:00 committed by GitHub
parent d8c08d307e
commit 506da1eac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>