Skip to content

Commit 0c5cec1

Browse files
Remove Hackathon deadline banner on website (#12495)
* Change submission banner * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]>
1 parent 7a8894d commit 0c5cec1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.changeset/tangy-bobcats-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"website": patch
3+
---
4+
5+
fix:Remove Hackathon deadline banner on website

js/_website/src/routes/+page.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@
6969
/>
7070
<Banner
7171
id="hackathon-deadline"
72-
message="Hackathon deadline approaching"
73-
link_text="Submit now"
74-
link_url="https://huggingface.co/spaces/MCP-1st-Birthday/gradio-hackathon-registration-winter25"
75-
type="warning"
72+
message="MCP Birthday Hackathon Completed!"
73+
link_text="See Submissions"
74+
link_url="https://huggingface.co/MCP-1st-Birthday/spaces"
7675
target="_blank"
7776
/>
7877
</div>

0 commit comments

Comments
 (0)