Skip to content

Commit

Permalink
Update Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsanner committed Feb 12, 2024
1 parent 0bf9292 commit 22ef355
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ export const Teaser: Story = {
name: 'SUGCON EU',
displayName: 'SUGCON EU',
fields: {
City: {
EventCity: {
value: 'Philadelphia',
},
Country: {
EventCountry: {
value: 'USA',
},
Name: {
EventName: {
value: 'SUGCON Europe',
},
Date: {
EventDate: {
value: '2024-02-08T05:00:00Z',
},
LinkToSite: {
Expand All @@ -56,7 +56,7 @@ export const Teaser: Story = {
alt: '',
},
},
State: {
EventState: {
value: 'PA',
},
},
Expand All @@ -67,16 +67,16 @@ export const Teaser: Story = {
name: 'SUGCON NA',
displayName: 'SUGCON NA',
fields: {
City: {
EventCity: {
value: 'Pittsburg',
},
Country: {
EventCountry: {
value: 'USA',
},
Name: {
EventName: {
value: 'SUGCON North America',
},
Date: {
EventDate: {
value: '2024-02-06T05:00:00Z',
},
LinkToSite: {
Expand All @@ -95,7 +95,7 @@ export const Teaser: Story = {
alt: '',
},
},
State: {
EventState: {
value: 'PA',
},
},
Expand All @@ -106,16 +106,16 @@ export const Teaser: Story = {
name: 'SUGCON EU',
displayName: 'SUGCON EU',
fields: {
City: {
EventCity: {
value: 'Philadelphia',
},
Country: {
EventCountry: {
value: 'USA',
},
Name: {
EventName: {
value: 'SUGCON Europe',
},
Date: {
EventDate: {
value: '2024-02-08T05:00:00Z',
},
LinkToSite: {
Expand All @@ -134,7 +134,7 @@ export const Teaser: Story = {
alt: '',
},
},
State: {
EventState: {
value: 'PA',
},
},
Expand All @@ -145,16 +145,16 @@ export const Teaser: Story = {
name: 'SUGCON NA',
displayName: 'SUGCON NA',
fields: {
City: {
EventCity: {
value: 'Pittsburg',
},
Country: {
EventCountry: {
value: 'USA',
},
Name: {
EventName: {
value: 'SUGCON North America',
},
Date: {
EventDate: {
value: '2024-02-06T05:00:00Z',
},
LinkToSite: {
Expand All @@ -173,7 +173,7 @@ export const Teaser: Story = {
alt: '',
},
},
State: {
EventState: {
value: 'PA',
},
},
Expand Down

0 comments on commit 22ef355

Please sign in to comment.