Skip to content

Commit f77816f

Browse files
committed
Fix time of doors open
1 parent 331fa53 commit f77816f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2025/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Mail, XIcon } from "@lucide/astro";
2222
</h3>
2323
<ul class="space-y-1 text-xs text-gray-300 sm:text-sm md:text-base">
2424
<li>2025年11月2日(日)</li>
25-
<li>9:30 - 17:30</li>
25+
<li>9:15 - 17:30</li>
2626
<li>アキバプラザ・アキバホール</li>
2727
</ul>
2828
</div>

2025/src/components/Top.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
2626
</div>
2727
<div class="rounded-lg bg-white/80 px-4 py-2 shadow-sm backdrop-blur-sm">
2828
<p class="text-base font-medium text-gray-800 md:text-lg">
29-
9:30 - 17:30 (After party 17:30 ~ 19:30)
29+
9:15 - 17:30 (After party 17:30 ~ 19:30)
3030
</p>
3131
</div>
3232
<div class="rounded-lg bg-white/80 px-4 py-2 shadow-sm backdrop-blur-sm">

2025/src/components/Venue.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import Heading from "./Heading.astro";
2626
<div class="flex items-start gap-2">
2727
<Clock class="mt-0.5 h-4 w-4 flex-shrink-0 text-emerald-600" />
2828
<p class="text-sm md:text-base">
29-
9:30 - 17:30 (懇親会 17:30 ~ 19:30)
29+
9:15 - 17:30 (懇親会 17:30 ~ 19:30)
3030
</p>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)