-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storybook-vue): added types to logged out and logged in in telek…
…om brand header component
- Loading branch information
Gammel
committed
Nov 21, 2024
1 parent
6e198ee
commit 519e7e1
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -340,6 +340,7 @@ Set the profile menu's `logged-in` property to `true` or `false` to switch betwe | |
loginHelpLabel: "Help logging in", | ||
registerHeadline: "Need an account?", | ||
registerLabel: "Register now", | ||
type: "standard", | ||
userInfo: JSON.stringify({ | ||
name: 'Firstname Lastname', | ||
email: '[email protected]', | ||
|
@@ -433,7 +434,8 @@ Set the profile menu's `logged-in` property to `true` or `false` to switch betwe | |
accessibilityLabel: "open user menu: Alexander", | ||
closeMenuAccessibilityLabel: "close menu", | ||
loginSettingsLabel: "Login Settings", | ||
logoutLabel: "Log out", | ||
logoutLabel: "Log out", | ||
type: "standard", | ||
userInfo: JSON.stringify({ | ||
name: 'Alexander Dreyer', | ||
email: '[email protected]', | ||
|