Skip to content

Commit

Permalink
fix: storyblok button types
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Dec 11, 2023
1 parent 7c8f5f9 commit 6f7bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/storyblok/StoryblokButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface StoryblokButtonProps {
text: string;
color: STORYBLOK_COLORS;
link: StoryblokLink;
size: string;
size: 'small' | 'medium' | 'large' | undefined;
}

const StoryblokButton = (props: StoryblokButtonProps) => {
Expand Down

0 comments on commit 6f7bc40

Please sign in to comment.