Skip to content

Commit

Permalink
Rename WithInput to WithSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Oct 15, 2024
1 parent fa3d99c commit 95c1098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const meta: Meta<typeof SideLabel> = {

export default meta

export const WithInput = () => (
export const WithSwitch = () => (
<SideLabel label="Check me">
<Switch />
</SideLabel>
Expand Down

0 comments on commit 95c1098

Please sign in to comment.