Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18a7f96

Browse files
committed
Found an emoji for silver
1 parentdcb60f7 commit18a7f96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎frontend/src/pages/sponsors.tsx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export default function SponsorsPage() {
3535
<divid="goldRain"className="opacity-0">
3636
<EmojiRainemoji="🪙"/>
3737
</div>
38+
<divid="silverRain"className="opacity-0">
39+
<EmojiRainemoji="🪩"/>
40+
</div>
3841
<sectionclassName="py-8">
3942
<h2className="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-
<h2className="text-4xl font-black text-center font-bold">SILVER SPONSORS</h2>
74+
<h2className="text-4xl font-black text-center font-bold"onClick={()=>handleRainClick('silver')}>SILVER SPONSORS</h2>
7275
<div>
7376
<divclassName="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)

[8]ページ先頭

©2009-2025 Movatter.jp