We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103149d commit aec8863Copy full SHA for aec8863
frontend/src/pages/sponsors.tsx
@@ -58,7 +58,7 @@ export default function SponsorsPage() {
58
{['Diamond', 'Gold', 'Silver'].map(category => (
59
<h2
60
key={category}
61
- className={`text-2xl mb-4 cursor-pointer transform transition-transform duration-300 ease-in-out ${
+ className={`text-3xl font-semibold mb-4 cursor-pointer transform transition-transform duration-300 ease-in-out ${
62
currentCategory === category ? 'text-green-500 scale-110' : 'text-white'
63
} hover:scale-105`}
64
onClick={() => handleCategoryChange(category as 'Diamond' | 'Gold' | 'Silver')}
0 commit comments