Skip to content

Commit 273ac63

Browse files
committed
2 parents f2dc4be + 205a747 commit 273ac63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/lib/Event/Component.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Language from "../../resources/language.js";
44
import EventPages from "../../resources/markdown/events/pages.js";
55
6-
const isHavingEvent = true;
6+
const isHavingEvent = false;
77
const eventName = "Spring PenguinJam 2026";
88
const eventPath = "penguinjamspring2026";
99

src/routes/+page.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -715,15 +715,15 @@
715715
<!-- NOTE: This section is entirely hard-coded for time-relevant stuff, but avoid making new classes for a topic. -->
716716
<div class="category-news">
717717
<div class="category-news-content">
718-
<h2 style="margin-block:4px;">The Spring PenguinJam has begun!</h2>
718+
<h2 style="margin-block:4px;">Spring PenguinJam has ended!</h2>
719719
<div style="width:100%">
720720
<p>
721-
The 2026 Spring PenguinJam has begun! The theme is “Storytelling.”
721+
Time's up everyone, the 2026 Spring PenguinJam has ended!
722722
<br />
723-
See the event page for more details!
724-
</p>
725-
<p style="margin-block-start:4px;">
726-
<a href="https://penguinmod.com/events/penguinjamspring2026">Spring PenguinJam 2026</a>
723+
Thanks for submitting your projects this year!
724+
<br />
725+
We're going to start ranking your projects now.
726+
Please wait until we are done with ranking!
727727
</p>
728728
<img
729729
src="/events/news/penguinjamspring2026.webp"

0 commit comments

Comments
 (0)