From 8b103104200e61aca6b98caec6e72d5e585fbc01 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Thu, 23 Nov 2023 12:44:23 +0000 Subject: [PATCH] renamed the storybook story --- apps/webapp/app/components/stories/PricingCallout.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/stories/PricingCallout.stories.tsx b/apps/webapp/app/components/stories/PricingCallout.stories.tsx index 34f5f6790..6f46d52ba 100644 --- a/apps/webapp/app/components/stories/PricingCallout.stories.tsx +++ b/apps/webapp/app/components/stories/PricingCallout.stories.tsx @@ -12,7 +12,7 @@ export default meta; type Story = StoryObj; -export const AllTiers: Story = { +export const Callouts: Story = { render: (args) => , };