Skip to content

Commit

Permalink
[project-base] updated user navigation alignments (#3610)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebektomas authored Nov 28, 2024
2 parents 5a79398 + bf21741 commit ddbfb08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useUserMenuItems } from 'utils/user/useUserMenuItems';

const getMenuItemTwClass = (menuItemLink?: string, asPath?: string) =>
twJoin(
'border-b border-borderAccent last:border-none no-underline px-4 py-3 flex gap-4 text-sm',
'border-b border-borderAccent last:border-none no-underline px-4 py-3 flex gap-4 text-sm items-center',
menuItemLink && asPath?.includes(menuItemLink)
? 'bg-backgroundAccentLess text-textAccent hover:text-textAccent'
: 'bg-backgroundMore text-text hover:text-textAccent',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddbfb08

Please sign in to comment.