diff --git a/apps/web/app/components/AccessPageSection.vue b/apps/web/app/components/AccessPageSection.vue
index 60c0d17b..b0ae3357 100644
--- a/apps/web/app/components/AccessPageSection.vue
+++ b/apps/web/app/components/AccessPageSection.vue
@@ -63,8 +63,8 @@ const { color } = useColor()
-
-
+
+
diff --git a/apps/web/app/components/CooperationPartnerSection.vue b/apps/web/app/components/CooperationPartnerSection.vue
index 677588af..df4c81d5 100644
--- a/apps/web/app/components/CooperationPartnerSection.vue
+++ b/apps/web/app/components/CooperationPartnerSection.vue
@@ -10,9 +10,9 @@
diff --git a/apps/web/app/components/TeamPageSection.vue b/apps/web/app/components/TeamPageSection.vue
index 20cc4771..17739bff 100644
--- a/apps/web/app/components/TeamPageSection.vue
+++ b/apps/web/app/components/TeamPageSection.vue
@@ -11,10 +11,12 @@ const props = defineProps<{
const config = useRuntimeConfig()
-const coreTeam = config.public.staffDatasource === 'supabase' ? props.data.coreStaffs.list : teamData
-const volunteerTeam = config.public.staffDatasource === 'supabase'
- ? props.data.volunteerStaffs.list.map((staff) => staff.name)
- : volunteers
+const coreTeam =
+ config.public.staffDatasource === 'supabase' ? props.data.coreStaffs.list : teamData
+const volunteerTeam =
+ config.public.staffDatasource === 'supabase'
+ ? props.data.volunteerStaffs.list.map((staff) => staff.name)
+ : volunteers
// const team = teamData
@@ -32,8 +34,13 @@ const volunteerTeam = config.public.staffDatasource === 'supabase'
-
-
+
+
-
+
{{ member.name }}
@@ -153,6 +160,10 @@ const volunteerTeam = config.public.staffDatasource === 'supabase'
gap: 8px;
}
+.team-member-link {
+ width: 100%;
+}
+
.team-member-name {
--team-member-name-font-size: 0.875rem;
diff --git a/apps/web/app/components/TopPageSection.vue b/apps/web/app/components/TopPageSection.vue
index 7cb38764..b29b97e0 100644
--- a/apps/web/app/components/TopPageSection.vue
+++ b/apps/web/app/components/TopPageSection.vue
@@ -21,7 +21,8 @@ const getAnchorPath = computed(
Otemachi PLACE HALL & CONFERENCE
{{ $t('top_page.date')
+ }}SAT
@@ -80,11 +81,12 @@ const getAnchorPath = computed(
z-index: -1;
width: 100%;
}
+
.image-wrapper {
position: relative;
width: 100%;
height: var(--background-image-height);
- background-image: url('/main-visual.png');
+ background-image: url('/main-visual.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: top;
@@ -149,8 +151,8 @@ const getAnchorPath = computed(
}
.image-wrapper {
background-size: auto 100%;
+ background-image: url('/main-visual-mobile.jpg');
}
-
.section-title {
font-size: var(--font-size-heading500);
font-weight: 700;
diff --git a/apps/web/app/components/event/EventAsset.vue b/apps/web/app/components/event/EventAsset.vue
index 58aabd97..58fc6223 100644
--- a/apps/web/app/components/event/EventAsset.vue
+++ b/apps/web/app/components/event/EventAsset.vue
@@ -2,7 +2,10 @@
import type { Event } from '@vuejs-jp/model'
interface EventAssetProps {
- title: Extract
+ title: Extract<
+ Event,
+ 'creative-wall' | 'free-drinks-and-snacks' | 'tattoo-space' | 'cocktail-bash'
+ >
marginTop?: number
}
@@ -10,7 +13,13 @@ const props = defineProps()
-
+
diff --git a/apps/web/app/components/sponsor/SponsorList.vue b/apps/web/app/components/sponsor/SponsorList.vue
index d0b2efca..ba4e6c38 100644
--- a/apps/web/app/components/sponsor/SponsorList.vue
+++ b/apps/web/app/components/sponsor/SponsorList.vue
@@ -22,7 +22,12 @@ const currentLocale = useLocaleCurrent().locale
class="sponsor-list-item-link"
:to="`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}sponsors/${item['detail_page_id']}`"
>
-
+
diff --git a/apps/web/app/components/ticket/NamecardSection.vue b/apps/web/app/components/ticket/NamecardSection.vue
index 4080c2a8..dc047a35 100644
--- a/apps/web/app/components/ticket/NamecardSection.vue
+++ b/apps/web/app/components/ticket/NamecardSection.vue
@@ -24,7 +24,12 @@ const { locale: currentLocale } = useLocaleCurrent()
-
![test]()
+