Skip to content

Commit 484a87b

Browse files
authored
Merge pull request #215 from vim-jp/fix-timetable
Fix timetable
2 parents 97ee561 + f77816f commit 484a87b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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>

2025/src/content/timetable.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ end_at = 2025-11-02T10:00:00+09:00
77
[[sessions]]
88
title = 'nvim-cmp retrospective: Exploring Completion and Facing FOSS Challenges'
99
speaker_name = 'hrsh7th'
10-
start_at = 2025-11-02T09:45:00+09:00
11-
end_at = 2025-11-02T10:00:00+09:00
10+
start_at = 2025-11-02T10:00:00+09:00
11+
end_at = 2025-11-02T10:50:00+09:00
1212
session_id = 'hrsh7th'
1313

1414
[[sessions]]

0 commit comments

Comments
 (0)