Skip to content

Commit 1867fd2

Browse files
committed
Codebase applications closed
1 parent efc22f6 commit 1867fd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/(home)/codebase/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ export default function Page() {
5454
</div>
5555

5656
<h2 className="text-2xl md:text-5xl font-semibold text-transparent" style={{backgroundImage: "linear-gradient(90deg, #FF00D9 0%, #004A99 100%)", backgroundClip: "text", WebkitBackgroundClip: "text"}}>
57-
Season 4 Applications Are Open!
57+
Season 4 Applications Are Closed!
5858
</h2>
5959
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
60-
Applications closes June 6, 2025 @ 5PM Eastern Time
60+
Applications closed on June 6, 2025. Stay tuned for updates on the next season!
6161
</p>
6262
<div className="flex flex-col justify-center sm:flex-row gap-4 w-full">
6363
<Link href="https://codebase.avax.network">
6464
<Button className="rounded-full border border-purple-400/50 px-4 py-1.5 text-sm font-semibold text-purple-600 dark:text-purple-400 bg-purple-500/10">
6565
Learn More
6666
</Button>
6767
</Link>
68-
<Link href="https://share.hsforms.com/2a0QdJS_ERtKijK1Xh13vpA4h8ew">
69-
<Button className="w-full rounded-full text-sm px-4 py-1.5 text-white shadow-lg hover:shadow-xl transition-all duration-300" style={{background: "linear-gradient(90deg, rgb(255 110 243) 0%, rgb(128 174 201) 100%)"}}>
70-
Apply Now
71-
</Button>
72-
</Link>
68+
69+
<Button disabled className="rounded-full text-sm px-4 py-1.5 text-white shadow-lg hover:shadow-xl transition-all duration-300" style={{background: "linear-gradient(90deg, rgb(255 110 243) 0%, rgb(128 174 201) 100%)"}}>
70+
Applications Closed
71+
</Button>
72+
7373
</div>
7474
</div>
7575
</section>

0 commit comments

Comments
 (0)