-
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.
* update parameter url Signed-off-by: Nilesh Gupta <[email protected]> * adding url for Accessibility Statement Signed-off-by: Nilesh Gupta <[email protected]> * remove title from bottom bar Signed-off-by: Nilesh Gupta <[email protected]> * remove quote in introduction Signed-off-by: Nilesh Gupta <[email protected]> * rename url to accessibilityStatementUrl Signed-off-by: Nilesh Gupta <[email protected]> --------- Signed-off-by: Nilesh Gupta <[email protected]>
- Loading branch information
Showing
4 changed files
with
16 additions
and
14 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ type Story = StoryObj<typeof AccessibilityStatementComponent>; | |
|
||
export const AccessibilityStatement: Story = { | ||
args: { | ||
accessibilityStatementUrl: '#accessibility', | ||
teamEmail: '[email protected]', | ||
sendReportProblemGaEvent: () => console.log('Email us to report a problem'), | ||
scrollSection: "" | ||
|
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
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,9 +11,9 @@ type Story = StoryObj<typeof BottomBarComponent>; | |
|
||
export const BottomBar: Story = { | ||
args: { | ||
title: 'Accessibility Statement', | ||
email: '[email protected]', | ||
onClickAccessibilityStatement: () => console.log('Click Accessibility'), | ||
url: 'http://localhost:6006' | ||
accessibilityStatementUrl: '/#accessibility', | ||
feedbackUrl: 'http://localhost:6006' | ||
} | ||
}; |
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