Skip to content

Commit

Permalink
updated user navigation alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebektomas committed Nov 28, 2024
1 parent 5a79398 commit fc0ff79
Showing 1 changed file 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

0 comments on commit fc0ff79

Please sign in to comment.