We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa588c0 commit ae9871dCopy full SHA for ae9871d
src/pages/apps/TournamentBracketPage.js
@@ -301,7 +301,7 @@ function TournamentBracketPage() {
301
/>
302
<button
303
onClick={addCompetitor}
304
- className={`flex items-center gap-2 text-lg font-mono font-normal px-4 py-2 rounded-md border transition-colors duration-300 ease-in-out
+ className={`flex items-center gap-2 text-lg font-arvo font-normal px-4 py-2 rounded-md border transition-colors duration-300 ease-in-out
305
${competitors.length >= 64
306
? 'bg-gray-600 text-gray-400 cursor-not-allowed'
307
: `bg-[${colors.app}] text-white hover:bg-[${colors.app}]`
0 commit comments