Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/page/Activities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
Expand Down
Loading