We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b705232 commit bf774f2Copy full SHA for bf774f2
src/components/Banners/DismissableBanner/DismissableBanner.stories.tsx
@@ -26,7 +26,7 @@ export const Basic: Story = {
26
27
export const WithLongText: Story = {
28
args: {
29
- storageKey: "dismissable-banner-5",
+ storageKey: "dismissable-banner-2",
30
children: (
31
<Center>
32
<Text>
@@ -42,7 +42,7 @@ export const WithLongText: Story = {
42
43
export const WithIcon: Story = {
44
45
- storageKey: "dismissable-banner-6",
+ storageKey: "dismissable-banner-3",
46
47
48
<Icon as={FaInfoCircle} mr={2} />
0 commit comments