Skip to content

Commit

Permalink
Update button.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Dec 18, 2023
1 parent e078c8d commit 33bf0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/button/button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Default: Story = {
};

/**
* Usage example of the Button component as Link.
* The Button component renders a <a /> tag when the href property is set.
*/
export const Link: Story = {
args: {
Expand All @@ -45,7 +45,7 @@ export const Link: Story = {
};

/**
* Responsive button
* Button component with a size that changes depending on the current breakpoint.
*/
export const ResponsiveButton: Story = {
args: {
Expand Down

0 comments on commit 33bf0ff

Please sign in to comment.