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
-
6
1
<template >
7
2
<section class =" photos" >
3
+ <SectionTitle
4
+ id =" news"
5
+ class =" photos_title"
6
+ color =" vue.blue"
7
+ title =" News"
8
+ yamato-title =" お知らせ"
9
+ />
8
10
<p >
9
11
Vue Fes Japan 2023 にご参加いただいたみなさん、ありがとうございました。
10
12
</p >
79
81
margin: ' 0 auto' ,
80
82
fontSize: ' calc(16*{fontSize.base})' ,
81
83
},
84
+ ' .photos_title' : {
85
+ marginBottom: ' 40px' ,
86
+ },
82
87
' .photos p' : {
83
88
margin: ' 0 0 16px' ,
84
89
},
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { useFeature } from '~/composables/useFeature'
6
6
import { conferenceTitle } from ' ~/utils/constants'
7
7
import { generalOg , twitterOg } from ' ~/utils/og.constants'
8
8
import TimetablePageSection from ' ~/components/TimetablePageSection.vue'
9
- import PhotosPageSection from ' ~/components/PhotosPageSection.vue'
10
9
11
10
const { canPurchase } = useNamecard ()
12
11
const { showTimetable } = useFeature ()
@@ -21,7 +20,7 @@ useHead({
21
20
<main >
22
21
<NavPageSectionContainer />
23
22
<TopPageSection />
24
- <PhotosPageSection />
23
+ <NewsPageSection />
25
24
<template v-if =" showTimetable " >
26
25
<TimetablePageSection />
27
26
</template >
You can’t perform that action at this time.
0 commit comments