fix: os card story

This commit is contained in:
RadoslavDimchev 2023-10-23 19:08:13 +03:00
parent aef8b1769b
commit ec982cdbca

View File

@ -13,8 +13,8 @@ type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {
icon: '/icons/MAC.svg',
name: 'Mac',
icon: '/icons/apple-logo.svg',
name: 'MAC',
isSelected: true,
},
}