Skip to content

Commit 31efc84

Browse files
authored
Merge pull request #632 from Himenon/feat/update-2025-11-15
feat: フロアマップを上にする
2 parents 87fe289 + d8fae2c commit 31efc84

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

2025/src/app/[locale]/page.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@ export default async function Page({ params }: Props) {
4242
<Hero />
4343
</div>
4444

45-
<div className="max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4">
46-
<h2 className="text-3xl font-bold text-center">
47-
{t("navigation.venue")}
48-
</h2>
49-
<Venue locale={locale} />
50-
<div className="flex items-center justify-center">
51-
<Button href="/venue" variant="secondary" size="md">
52-
{t("navigation.viewDetails")}
53-
</Button>
54-
</div>
55-
</div>
56-
5745
<div className="max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4">
5846
<h2 className="text-3xl font-bold text-center">
5947
{t("navigation.floorMap")}
@@ -69,6 +57,18 @@ export default async function Page({ params }: Props) {
6957
</div>
7058
</div>
7159

60+
<div className="max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4">
61+
<h2 className="text-3xl font-bold text-center">
62+
{t("navigation.venue")}
63+
</h2>
64+
<Venue locale={locale} />
65+
<div className="flex items-center justify-center">
66+
<Button href="/venue" variant="secondary" size="md">
67+
{t("navigation.viewDetails")}
68+
</Button>
69+
</div>
70+
</div>
71+
7272
<div className="max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4">
7373
<h2 className="text-3xl font-bold text-center">
7474
{t("navigation.sponsors")}

2025/src/constants/schedule.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ const notSortedSchedule: ScheduledSession[] = [
609609
{
610610
kind: "talk",
611611
talk: TALKS_BY_SLUG[
612-
"technical-welfare-and-new-capitalistic-web-development"
612+
"embracing-technical-welfare-and-rediscovering-web-development"
613613
],
614614
track: "A",
615615
day: "1",
@@ -619,7 +619,7 @@ const notSortedSchedule: ScheduledSession[] = [
619619
{
620620
kind: "streaming",
621621
talk: TALKS_BY_SLUG[
622-
"technical-welfare-and-new-capitalistic-web-development"
622+
"embracing-technical-welfare-and-rediscovering-web-development"
623623
],
624624
track: "B",
625625
day: "1",
@@ -629,7 +629,7 @@ const notSortedSchedule: ScheduledSession[] = [
629629
{
630630
kind: "streaming",
631631
talk: TALKS_BY_SLUG[
632-
"technical-welfare-and-new-capitalistic-web-development"
632+
"embracing-technical-welfare-and-rediscovering-web-development"
633633
],
634634
track: "C",
635635
day: "1",
@@ -639,7 +639,7 @@ const notSortedSchedule: ScheduledSession[] = [
639639
{
640640
kind: "streaming",
641641
talk: TALKS_BY_SLUG[
642-
"technical-welfare-and-new-capitalistic-web-development"
642+
"embracing-technical-welfare-and-rediscovering-web-development"
643643
],
644644
track: "D",
645645
day: "1",

0 commit comments

Comments
 (0)