renamed the storybook story

This commit is contained in:
James Ritchie
2023-11-23 12:44:23 +00:00
parent bed687fe3e
commit 8b10310420
@@ -12,7 +12,7 @@ export default meta;
type Story = StoryObj<typeof PricingCallouts>;
export const AllTiers: Story = {
export const Callouts: Story = {
render: (args) => <PricingCallouts />,
};