diff --git a/pages/summer-camp.vue b/pages/summer-camp.vue
index 9f4f615..ea01b8e 100644
--- a/pages/summer-camp.vue
+++ b/pages/summer-camp.vue
@@ -152,7 +152,11 @@
{{ String(i + 1).padStart(2, '0') }}
-
{{ activity }}
+
+ {{ activity.name || activity.title }}
+ {{ activity.desc }}
+
+
{{ activity }}
@@ -492,6 +496,13 @@ const campFAQ = computed(() => camp.value?.faq || [])
color: @color-primary-lighter;
}
+.activity-name {
+ font-size: @font-size-lg;
+ font-weight: @font-weight-medium;
+ color: @color-text-primary;
+ margin: 0 0 @space-xs 0;
+}
+
.activity-text {
font-size: @font-size-base;
color: @color-text-secondary;