Skip to content

Commit

Permalink
alter storybook title/desc text
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Aug 14, 2024
1 parent 0e336c0 commit cb1fe4a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ const schemaFinder = (name: SchemaNames) => {

export const Basic: Story = {
args: {
title: "List",
description: "Add information on the removed residential units",
title:
"Describe any residential units that are being removed or lost as part of the development",
description: "Add one or many units below",
schemaName: "Residential units (GLA) - Removed",
fn: "MockFn",
schema: schemaFinder("Residential units (GLA) - Removed"),
Expand All @@ -36,8 +37,8 @@ export const Basic: Story = {

export const SingularItem: Story = {
args: {
title: "List",
description: "List component with a min / max value set to 1",
title: "Describe the advertisements you want to add",
description: "Complete the questions below",
schemaName: "Proposed advertisements",
fn: "MockFn",
schema: schemaFinder("Proposed advertisements"),
Expand Down

0 comments on commit cb1fe4a

Please sign in to comment.