-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nilesh Gupta <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ type Story = StoryObj<typeof AccessibilityStatementComponent>; | |
export const AccessibilityStatement: Story = { | ||
args: { | ||
teamEmail: '[email protected]', | ||
emailUsToReportAProblem: () => console.log('Email us to report a problem'), | ||
onClose: () => console.log('Close button clicked'), | ||
emailUsToReportAProblem: () => console.log('Email us to report a problem') | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ type Story = StoryObj<typeof BottomBarComponent>; | |
|
||
export const BottomBar: Story = { | ||
args: { | ||
title: 'Accessibility Statement', | ||
email: '[email protected]', | ||
clickAccessibility: () => console.log('Click Accessibility'), | ||
url: 'http://localhost:6006' | ||
|