Skip to content

Commit 91b2fa7

Browse files
committed
Fix: various fixes and updates
1 parent 36ed8c0 commit 91b2fa7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/content/news/2025-12-31-metro-hny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ heroImage: "/post-content/2025-metro.png"
77

88
## Happy New Year 🎉 2️⃣ 0️⃣ 2️⃣ 6️⃣
99

10-
Wishing you all a Happy New Year! To kick off the new year, thanks to support from jotch and others, we're excited to announce that we're excited that the Metro in 5H has been upgraded.
10+
Wishing you all a Happy New Year! To kick off the new year, thanks to support from jotch and others, we're excited to announce ~~that we're excited~~ that the Metro in 5H has been upgraded.
1111

1212
Keep a look out for the new Class WH9 inspired from the Paris Metro MP89 now running alongside our existing Class WH17s on all lines.
1313

src/pages/index.astro

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ const posts = (await getCollection("news"))
6868
<section>
6969
<Messages
7070
messages={[
71-
{
72-
level: "info",
73-
content:
74-
"Latest News: 31/12/25 | New metro trains ring in the New Year!",
75-
link: "/news/2025-12-31-metro-hny",
76-
linkText: "Read more",
77-
externalLink: false,
78-
},
7971
{
8072
level: "info",
8173
content:
@@ -84,6 +76,14 @@ const posts = (await getCollection("news"))
8476
linkText: "Watch Video",
8577
externalLink: true,
8678
},
79+
{
80+
level: "info",
81+
content:
82+
"Latest News: 31/12/25 | New metro trains ring in the New Year!",
83+
link: "/news/2025-12-31-metro-hny",
84+
linkText: "Read more",
85+
externalLink: false,
86+
},
8787
]}
8888
/>
8989
</section>
@@ -135,7 +135,7 @@ const posts = (await getCollection("news"))
135135
<div class="grid grid-cols-1 xl:grid-cols-3 gap-5">
136136
<div>
137137
<h2>Latest News</h2>
138-
<p>Keep updated with the latest happenings on the WolvHaven Server</p>
138+
<p>Stay up to date with the latest happenings on the WolvHaven Server</p>
139139
</div>
140140
<div class="col-span-2">
141141
<hr />

src/pages/wolvhaven(4h).astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
251251
<span class="bg-green-900 text-white px-3 py-1 text-center rounded-lg"
252252
>District Line</span
253253
>
254-
<span class="text-sm italic">Automatic &mdash; 4-8min frequency</span>
254+
<span class="text-sm italic">Suspended &mdash; No service</span>
255255
</div>
256256
<!-- Westford -->
257257
<div class="flex flex-col gap-2">

src/pages/wolvhaven.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
163163
<span class="text-sm italic">Service On Request</span>
164164
</div>
165165
</div>
166-
<!-- T4 Brookedge Line -->
166+
<!-- M Capitol Monorail -->
167167
<div class="flex gap-2">
168168
<div>
169169
<img

0 commit comments

Comments
 (0)