Skip to content

Commit 838f5cc

Browse files
committed
misc(event): update restage of nanking poster to latest version
1 parent 33c5b9d commit 838f5cc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
-1.73 MB
Binary file not shown.
5.37 MB
Loading
-1.77 MB
Binary file not shown.
5.46 MB
Loading

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function Home() {
3838
<FeaturedProgram
3939
heading={'Restage of "Rape of Nanking"'}
4040
description="Join us on Saturday, December 13, 2025, for a commemoration of the 1937 Nanjing Massacre. This event marks the 80th anniversary of Japan's surrender in World War II and the victory in the War of Resistance."
41-
mediaSrc="/event/2025-12-13/poster.en.png"
41+
mediaSrc="/event/2025-12-13/poster.en.webp"
4242
mediaAlt="Restage of 'Rape of Nanking' event poster"
4343
isVideo={false}
4444
ctaHref="/upcoming-event/restage-of-rape-of-nanking"

src/content/events/restage-of-rape-of-nanking.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: "restage-of-rape-of-nanking"
33
title: 'Restage of "Rape of Nanking"'
44
date: "2025-12-13"
55
summary: 'Join us on Saturday, December 13, 2025, for a commemoration of the 1937 Nanjing Massacre. This event marks the 80th anniversary of Japan''s surrender in World War II and the victory in the War of Resistance. To honour and commemorate the victims, we will feature a screening of the award-winning documentary film "Iris Chang: The Rape of Nanking", produced by ALPHA Education.'
6-
cardImageSrc: "/event/2025-12-13/poster.en.png"
6+
cardImageSrc: "/event/2025-12-13/poster.en.webp"
77
---
88

99
import { InfoTable } from "@/components/events/info-table";
@@ -36,8 +36,8 @@ import { siteConfig } from "@/lib/config";
3636

3737
<PosterToggle
3838
posters={[
39-
{ code: "en", label: "English", src: "/event/2025-12-13/poster.en.png" },
40-
{ code: "zh", label: "中文", src: "/event/2025-12-13/poster.zh.png" },
39+
{ code: "en", label: "English", src: "/event/2025-12-13/poster.en.webp" },
40+
{ code: "zh", label: "中文", src: "/event/2025-12-13/poster.zh.webp" },
4141
]}
4242
initialLanguageCode="en"
4343
alt={frontmatter.title + " event poster"}
@@ -46,8 +46,8 @@ import { siteConfig } from "@/lib/config";
4646
<div className="grid gap-6 sm:grid-cols-3">
4747
<InfoTable
4848
rows={[
49-
["Location", ""],
50-
["Email", ""],
49+
["Location", "Room CYCP1, Level LG1, Chong Yuet Ming Chemistry Building, Main Campus, HKU, Pokfulam"],
50+
["Email", "hkugaeo@gmail.com"],
5151
]}
5252
className="col-span-full sm:col-span-2"
5353
/>

0 commit comments

Comments
 (0)