Skip to content

Commit

Permalink
Made team image smaller on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kepsteen committed Oct 11, 2024
1 parent 3814e8d commit 83271df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WeeklyPickButton/WeeklyPickButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const WeeklyPickButton: React.FC<WeeklyPickButtonProps> = ({
height={48}
priority
data-testid="team-image"
className="h-12 w-12"
className="h-6 w-6 sm:h-12 sm:w-12"
/>
{loadingTeamName === selectedTeam ? <LoadingSpinner /> : <>{team}</>}
</Label>
Expand Down

0 comments on commit 83271df

Please sign in to comment.