From 7782bcf6936611a38e2e67080006b1cdad8bcf59 Mon Sep 17 00:00:00 2001 From: Eric-0522 Date: Thu, 30 Jul 2026 17:38:31 +0800 Subject: [PATCH] Update Activities page --- src/page/Activities.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/Activities.tsx b/src/page/Activities.tsx index 1572079..29d0e68 100644 --- a/src/page/Activities.tsx +++ b/src/page/Activities.tsx @@ -21,13 +21,13 @@ type ActivityItemType = { const activities: ActivityItemType[] = [ { time: "2026.7.20 ~ 2026.7.26", - title: "2026 AIS3 暑期營隊", + title: "2026 AIS3 新型態資安暑期課程", category: "資安活動", images: [ais3camp], }, { time: "2026.7.22", - title: "2026 AIS3 暑期營隊講師", + title: "2026 AIS3 新型態資安暑期課程 講師", category: "資安活動", images: [ais3camp_1], },