Skip to content

Commit

Permalink
Merge pull request #856 from Infineon/844-navbar-update-show-logo
Browse files Browse the repository at this point in the history
Update navbar.stories.ts Fixed #844
  • Loading branch information
tishoyanchev authored Jan 11, 2024
2 parents ce1ac56 + 9e8aa3c commit f61b5c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/components/navbar/navbar.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {


const DefaultTemplate = (args) =>
`<ifx-navbar show-logo="${args.showLogoAndAppname}" application-name="${args.applicationName}" fixed="${args.navbarPositionFixed}">
`<ifx-navbar show-logo-and-appname="${args.showLogoAndAppname}" application-name="${args.applicationName}" fixed="${args.navbarPositionFixed}">
<ifx-navbar-item hide-label="${args.hideLabel}" icon="${args.icon}" slot="left-item" target="${args.navbBarItemTarget}" href="${args.navbBarItemHref}">Menu Item 1</ifx-navbar-item>
<ifx-navbar-item hide-label="${args.hideLabel}" slot="left-item">Menu Item</ifx-navbar-item>
<ifx-navbar-item hide-label="${args.hideLabel}" slot="left-item">Menu Item</ifx-navbar-item>
Expand All @@ -44,5 +44,3 @@ const DefaultTemplate = (args) =>


export const Default = DefaultTemplate.bind({});


0 comments on commit f61b5c6

Please sign in to comment.