Skip to content

Commit ae9871d

Browse files
committed
feat: new apps
1 parent fa588c0 commit ae9871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/TournamentBracketPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function TournamentBracketPage() {
301301
/>
302302
<button
303303
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
304+
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
305305
${competitors.length >= 64
306306
? 'bg-gray-600 text-gray-400 cursor-not-allowed'
307307
: `bg-[${colors.app}] text-white hover:bg-[${colors.app}]`

0 commit comments

Comments
 (0)