Skip to content

Commit aec8863

Browse files
author
addison
committed
done sponsors
1 parent 103149d commit aec8863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function SponsorsPage() {
5858
{['Diamond', 'Gold', 'Silver'].map(category => (
5959
<h2
6060
key={category}
61-
className={`text-2xl mb-4 cursor-pointer transform transition-transform duration-300 ease-in-out ${
61+
className={`text-3xl font-semibold mb-4 cursor-pointer transform transition-transform duration-300 ease-in-out ${
6262
currentCategory === category ? 'text-green-500 scale-110' : 'text-white'
6363
} hover:scale-105`}
6464
onClick={() => handleCategoryChange(category as 'Diamond' | 'Gold' | 'Silver')}

0 commit comments

Comments
 (0)