Skip to content

Commit e74ac45

Browse files
committed
fix: build
1 parent d928330 commit e74ac45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

2025/src/pages/en.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from '../layouts/Layout.astro';
3-
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
43
import VenueMap from '../components/VenueMap.astro';
4+
import AnnouncementSlides from '../components/AnnouncementSlides.astro';
55
---
66

77
<Layout lang="en">
@@ -70,7 +70,7 @@ import VenueMap from '../components/VenueMap.astro';
7070
For questions or proposals regarding sponsorship, please feel free to contact us through the form below or via email.<br>
7171
<b>※ Information will be updated regularly.</b>
7272
</p>
73-
<AnnouncementSlide client:visible/>
73+
<AnnouncementSlides />
7474
<p style="text-align: center;">
7575
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform" target="blank">
7676
Contact Form

2025/src/pages/ja.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from '../layouts/Layout.astro';
33
import VenueMap from '../components/VenueMap.astro';
4-
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
4+
import AnnouncementSlides from '../components/AnnouncementSlides.astro';
55
---
66

77
<Layout>
@@ -73,7 +73,7 @@ import AnnouncementSlide from '../components/AnnouncementSlide.astro';
7373
スポンサーシップに関するご質問、ご提案などにつきましては、下記のフォームまたはメールにてお気軽にお問い合わせください。<br>
7474
<b>※最新情報は随時更新していきます。</b>
7575
</p>
76-
<AnnouncementSlide client:visible/>
76+
<AnnouncementSlides />
7777
<p style="text-align: center;">
7878
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform" target="blank">
7979
お問い合わせフォームへ

0 commit comments

Comments
 (0)