diff --git a/apps/web/app/components/AccessPageSection.vue b/apps/web/app/components/AccessPageSection.vue
index b0ae3357..60c0d17b 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 df4c81d5..677588af 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 17739bff..20cc4771 100644
--- a/apps/web/app/components/TeamPageSection.vue
+++ b/apps/web/app/components/TeamPageSection.vue
@@ -11,12 +11,10 @@ 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
@@ -34,13 +32,8 @@ const volunteerTeam =
-
-
+
+
-
+
{{ member.name }}
@@ -160,10 +153,6 @@ const volunteerTeam =
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 b29b97e0..7cb38764 100644
--- a/apps/web/app/components/TopPageSection.vue
+++ b/apps/web/app/components/TopPageSection.vue
@@ -21,8 +21,7 @@ const getAnchorPath = computed(
Otemachi PLACE HALL & CONFERENCE
{{ $t('top_page.date') }}SAT
@@ -81,12 +80,11 @@ const getAnchorPath = computed(
z-index: -1;
width: 100%;
}
-
.image-wrapper {
position: relative;
width: 100%;
height: var(--background-image-height);
- background-image: url('/main-visual.jpg');
+ background-image: url('/main-visual.png');
background-size: cover;
background-repeat: no-repeat;
background-position: top;
@@ -151,8 +149,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 58fc6223..58aabd97 100644
--- a/apps/web/app/components/event/EventAsset.vue
+++ b/apps/web/app/components/event/EventAsset.vue
@@ -2,10 +2,7 @@
import type { Event } from '@vuejs-jp/model'
interface EventAssetProps {
- title: Extract<
- Event,
- 'creative-wall' | 'free-drinks-and-snacks' | 'tattoo-space' | 'cocktail-bash'
- >
+ title: Extract
marginTop?: number
}
@@ -13,13 +10,7 @@ const props = defineProps()
-
+
diff --git a/apps/web/app/components/sponsor/SponsorList.vue b/apps/web/app/components/sponsor/SponsorList.vue
index ba4e6c38..d0b2efca 100644
--- a/apps/web/app/components/sponsor/SponsorList.vue
+++ b/apps/web/app/components/sponsor/SponsorList.vue
@@ -22,12 +22,7 @@ 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 dc047a35..4080c2a8 100644
--- a/apps/web/app/components/ticket/NamecardSection.vue
+++ b/apps/web/app/components/ticket/NamecardSection.vue
@@ -24,12 +24,7 @@ const { locale: currentLocale } = useLocaleCurrent()
-
+