Skip to content

Commit 0deb7ab

Browse files
committed
Add longer subtitles. Shorter ones look weird with the left-alignment
1 parent a58eb13 commit 0deb7ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/stories/CreateForm.stories.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Story = StoryObj<typeof meta>;
1919
const defaultCode = `
2020
<CreateForm
2121
title="Create Collection"
22-
subtitle="Collections are containers that hold entries"
22+
subtitle="Collections are containers that hold entries representing articles, blog posts, products, events, or any other content type."
2323
icon="collections"
2424
:route="cp_url('collections/create')"
2525
/>
@@ -42,7 +42,7 @@ const withoutHandleCode = `
4242
<CreateForm
4343
without-handle
4444
title="Create Blueprint"
45-
subtitle="Blueprints define and organize fields into content models"
45+
subtitle="Blueprints define and organize fields into content models for collections, forms, and other data."
4646
icon="blueprints"
4747
:route="cp_url('blueprints/create')"
4848
/>
@@ -64,7 +64,7 @@ export const _WithoutHandle: Story = {
6464
const withInstructionsCode = `
6565
<CreateForm
6666
title="Create Collection"
67-
subtitle="Collections are containers that hold entries"
67+
subtitle="Collections are containers that hold entries representing articles, blog posts, products, events, or any other content type."
6868
icon="collections"
6969
:route="cp_url('collections/create')"
7070
title-instructions="The display name for this collection"

0 commit comments

Comments
 (0)