Skip to content

Commit

Permalink
Merge branch 'develop' into corina/a11y-audit-signup-page
Browse files Browse the repository at this point in the history
  • Loading branch information
shashilo authored Oct 23, 2024
2 parents 883b84e + 9269e2b commit 252e1b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/WeeklyPickButton/WeeklyPickButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ const WeeklyPickButton: React.FC<WeeklyPickButtonProps> = ({
data-testid="team-radio"
/>

<Label htmlFor={team} data-testid="team-label" disabled={isDisabled}>
<Label
htmlFor={team}
data-testid="team-label"
disabled={isDisabled}
className="flex-col sm:flex-row"
>
<Image
src={src}
alt={team}
Expand Down

0 comments on commit 252e1b9

Please sign in to comment.