-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactor to use odyssey Typography and address other review comm…
…ents
- Loading branch information
1 parent
87c4bcf
commit 52d7ff5
Showing
2 changed files
with
96 additions
and
119 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
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 |
---|---|---|
|
@@ -55,15 +55,15 @@ const storybookMeta: Meta<TopNavProps> = { | |
}, | ||
}, | ||
}, | ||
settingsLink: { | ||
settingsPageHref: { | ||
description: "Display the settings icon/link", | ||
table: { | ||
type: { | ||
summary: "boolean", | ||
}, | ||
}, | ||
}, | ||
helpLink: { | ||
helpPageHref: { | ||
description: "Display the help icon/link", | ||
table: { | ||
type: { | ||
|
@@ -111,8 +111,8 @@ const storybookMeta: Meta<TopNavProps> = { | |
AdditionalNavItemComponent: ( | ||
<Button variant="secondary" label="Connect Builder" /> | ||
), | ||
settingsLink: "/", | ||
helpLink: "/", | ||
settingsPageHref: "/", | ||
helpPageHref: "/", | ||
userProfile: { | ||
profileIcon: <UserIcon />, | ||
userName: "[email protected]", | ||
|