Skip to content

Commit

Permalink
💚 removed title, id and component from diffrent story verions of the …
Browse files Browse the repository at this point in the history
…card component
  • Loading branch information
MeesoPost committed Jan 18, 2024
1 parent c72a797 commit 4e7c258
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/storybook/src/react-kernteam-card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export default meta;
type Story = StoryObj<typeof meta>;

export const Default: Story = {
title: 'React Component/Card',
id: 'KernteamCard',
component: Card,
args: {
title: 'Tekst en taalgebruik',
description: 'Tekst en taalgebruik in NL Design System',
Expand All @@ -34,9 +31,6 @@ export const Default: Story = {
};

export const Hover: Story = {
title: 'React Component/Card',
id: 'KernteamCard',
component: Card,
args: {
title: 'Tekst en taalgebruik',
description: 'Tekst en taalgebruik in NL Design System',
Expand Down

0 comments on commit 4e7c258

Please sign in to comment.