Skip to content

Commit

Permalink
Fixed story argument typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Nov 4, 2024
1 parent 3813e57 commit a41b6e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
date: "25 Feb 2023",
time: "19:30 - 21:00",
location: "Stadsbiblioteket",
price: "80",
price: "80 KR",
href: "/",
image: (
<ImageCredited src="https://images.unsplash.com/photo-1585779034823-7e9ac8faec70?q=80&w=3024&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" />
Expand Down
3 changes: 1 addition & 2 deletions src/stories/Library/tag/Tag.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ export default {
},
size: {
control: { type: "radio" },
options: ["default", "large"],
},
},
args: {
children: "Litteratur",
hasBackground: false,
size: "default",
size: "small",
},
};

Expand Down
5 changes: 0 additions & 5 deletions src/stories/Library/tag/tag-button/TagButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export default {
layout: "centered",
},
argTypes: {
size: {
control: { type: "radio" },
options: ["small", "medium", "large"],
},
hasBackground: {
control: { type: "boolean" },
},
Expand All @@ -30,7 +26,6 @@ export default {
},
},
args: {
size: "medium",
hasBackground: false,
showCloseIcon: false,
isClickable: true,
Expand Down

0 comments on commit a41b6e0

Please sign in to comment.