File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1- <script setup lang="ts">
2- import SectionTitle from ' ~/components/SectionTitle.vue'
3- import TimetableView from ' ~/components/timetable/TimetableView.vue'
4- </script >
5-
61<template >
72 <section class =" photos" >
3+ <SectionTitle
4+ id =" news"
5+ class =" photos_title"
6+ color =" vue.blue"
7+ title =" News"
8+ yamato-title =" お知らせ"
9+ />
810 <p >
911 Vue Fes Japan 2023 にご参加いただいたみなさん、ありがとうございました。
1012 </p >
7981 margin: ' 0 auto' ,
8082 fontSize: ' calc(16*{fontSize.base})' ,
8183 },
84+ ' .photos_title' : {
85+ marginBottom: ' 40px' ,
86+ },
8287 ' .photos p' : {
8388 margin: ' 0 0 16px' ,
8489 },
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { useFeature } from '~/composables/useFeature'
66import { conferenceTitle } from ' ~/utils/constants'
77import { generalOg , twitterOg } from ' ~/utils/og.constants'
88import TimetablePageSection from ' ~/components/TimetablePageSection.vue'
9- import PhotosPageSection from ' ~/components/PhotosPageSection.vue'
109
1110const { canPurchase } = useNamecard ()
1211const { showTimetable } = useFeature ()
@@ -21,7 +20,7 @@ useHead({
2120 <main >
2221 <NavPageSectionContainer />
2322 <TopPageSection />
24- <PhotosPageSection />
23+ <NewsPageSection />
2524 <template v-if =" showTimetable " >
2625 <TimetablePageSection />
2726 </template >
You can’t perform that action at this time.
0 commit comments