diff --git a/services/web/frontend/stories/notification.stories.tsx b/services/web/frontend/stories/notification.stories.tsx index 0c55606278..ab712c2f03 100644 --- a/services/web/frontend/stories/notification.stories.tsx +++ b/services/web/frontend/stories/notification.stories.tsx @@ -21,6 +21,10 @@ export const NotificationError = (args: Args) => { return } +export const NotificationOffer = (args: Args) => { + return +} + export const NotificationWithActionBelowContent = (args: Args) => { return ( { {...args} content={

Lorem ipsum

} action={ - + An action } @@ -221,7 +225,7 @@ export const LongActionButton = (args: Args) => { + } @@ -254,8 +258,8 @@ export const MultipleButtons = (args: Args) => { content={

Lorem ipsum

} action={ <> - - + + } type="info" @@ -280,8 +284,8 @@ export const OverlayedWithCustomClass = (args: Args) => { className="ol-overlay" action={ <> - - + + } type="info" @@ -326,7 +330,7 @@ export const SuccessFlow = (args: Args) => { const ctaText = isLoading ? 'Processing' : 'Click' const action = ( , + action: , isDismissible: true, }, }