Skip to content

Commit

Permalink
Let user click navnar always
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Nov 12, 2023
1 parent 4700332 commit 9ccb5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/navbar/bottom-navbar-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ export const BottomNavbarItem: FC<{
<li>
<LinkButton
href={url}
className="opacity-1 flex h-full items-center justify-center"
className="flex h-full items-center justify-center"
aria-label={label}
variant="light"
radius="none"
isDisabled={isActive}
>
{!!iconActive && isActive ? iconActive : icon}
</LinkButton>
Expand Down

0 comments on commit 9ccb5df

Please sign in to comment.