Skip to content

Commit 18a7f96

Browse files
committed
Found an emoji for silver
1 parent dcb60f7 commit 18a7f96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/src/pages/sponsors.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export default function SponsorsPage() {
3535
<div id="goldRain" className="opacity-0">
3636
<EmojiRain emoji="🪙" />
3737
</div>
38+
<div id="silverRain" className="opacity-0">
39+
<EmojiRain emoji="🪩" />
40+
</div>
3841
<section className="py-8">
3942
<h2 className="text-4xl font-black text-center font-bold" onClick={() => handleRainClick('diamond')}>DIAMOND SPONSORS</h2>
4043
<div>
@@ -68,7 +71,7 @@ export default function SponsorsPage() {
6871
})}
6972
</div>
7073
</div>
71-
<h2 className="text-4xl font-black text-center font-bold">SILVER SPONSORS</h2>
74+
<h2 className="text-4xl font-black text-center font-bold" onClick={() => handleRainClick('silver')}>SILVER SPONSORS</h2>
7275
<div>
7376
<div className="flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] mt-10">
7477
{silverLinks.map((item, index) => {

0 commit comments

Comments
 (0)