Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change title to smallContainer
  • Loading branch information
abinadiS committed Jul 15, 2025
commit 95fb22ece1eac09a2060efb0c5f974074a30e536
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
},
} as Meta;

export const SmallWindows: Story = {
export const SmallContainer: Story = {
render: args => (
<div className="w-200">
<AlertBox {...args} />
Expand Down
Loading