Skip to content

Commit

Permalink
Fix classname ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Sep 25, 2024
1 parent f532e90 commit be2f710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/components/notices/PokeySchleppieAwardBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export const PokeySchleppieAwardBanner: React.FunctionComponent<PokeySchleppieAw
<FontAwesomeIcon
icon={faTrophy}
size={'2x'}
className="text-shadow text-white shadow-gray-500"
className="text-white shadow-gray-500 text-shadow"
/>
<div className="flex w-full items-center justify-between">
<p className="text-shadow text-md w-full leading-6 text-white shadow-gray-500">
<p className="text-md w-full leading-6 text-white shadow-gray-500 text-shadow">
"Winner" of the {year}{' '}
{pokey && schleppie
? 'Pokey and Schleppie'
Expand Down

0 comments on commit be2f710

Please sign in to comment.