Skip to content

Commit

Permalink
docs: update VersionNavbarItem
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Apr 17, 2024
1 parent c487dbc commit e161fa5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function VersionNavbarItemDesktop() {
isDropdownItem
target="_self"
href="https://sap.github.io/ui5-webcomponents/"
className={clsx({ 'menu__link--active': version === "v1" })}
className={clsx({ "menu__link--active": version === "v1" })}
/>
</ul>
</div>;
Expand Down Expand Up @@ -102,7 +102,7 @@ function VersionNavbarItemMobile() {
mobile
href="https://sap.github.io/ui5-webcomponents/nightly"
isDropdownItem
className={clsx({ "menu__link--active": version === "nightly" })}
className={clsx({ "menu__link--active": version === "Nightly" })}
/>
<NavbarItem
label="v1"
Expand Down

0 comments on commit e161fa5

Please sign in to comment.