fix: team url cut short on hover

possible font issue - doesnt happen with numbers
or skill issue - hardcoding 200px is the only thing that worked for me
This commit is contained in:
Ephraim Atta-Duncan
2024-07-12 19:07:13 +00:00
committed by Mythie
parent 1f832657bc
commit d32474a318

View File

@ -196,6 +196,7 @@ export const MenuSwitcher = ({ user, teams: initialTeamsData }: MenuSwitcherProp
}
avatarFallback={formatAvatarFallback(team.name)}
primaryText={team.name}
textSectionClassName="w-[200px]"
secondaryText={
<div className="relative w-full">
<motion.span