Skip to content

Commit

Permalink
Merge branch 'develop' into danielle/535-add-current-entry-number-in-…
Browse files Browse the repository at this point in the history
…header-of-entry-page
  • Loading branch information
Danielle254 authored Oct 23, 2024
2 parents d8823c8 + 9269e2b commit 9acaef7
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 9acaef7

Please sign in to comment.