Skip to content

Commit d3601fd

Browse files
Merge pull request #614 from Himenon/chore/remove-add-suponsor-button
feat: スポンサー募集の導線削除
2 parents 5a80aaf + 0c7848c commit d3601fd

4 files changed

Lines changed: 0 additions & 28 deletions

File tree

2025/messages/en.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
"japanese": "JA",
2424
"english": "EN"
2525
},
26-
"cta": {
27-
"submitTalk": "Submit your talk",
28-
"becomeSponsor": "Become a sponsor"
29-
},
3026
"team": {
3127
"team": "Our Team",
3228
"organizingTeam": "Organizing team",

2025/messages/ja.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
"japanese": "JA",
2424
"english": "EN"
2525
},
26-
"cta": {
27-
"submitTalk": "トーク申込フォームへ",
28-
"becomeSponsor": "スポンサー申込フォームへ"
29-
},
3026
"team": {
3127
"team": "チーム",
3228
"organizingTeam": "オーガナイザー",

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import ArrowTopRightOnSquareIcon from "@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";
21
import { Metadata } from "next";
32
import { getTranslations, setRequestLocale } from "next-intl/server";
43
import { Button } from "@/components/Button";
54
import { Hero } from "@/components/Hero";
65
import { SponsorGrid } from "@/components/SponsorGrid";
76
import { Team } from "@/components/Team";
87
import { Venue } from "@/components/Venue";
9-
import { SPONSOR_FORM_URL } from "@/constants/external";
108
import { SPONSORS } from "@/constants/sponsors";
119
import { Locale } from "@/i18n/constants";
1210

@@ -40,18 +38,6 @@ export default async function Page({ params }: Props) {
4038
<div className="pt-8 md:pt-32">
4139
<div className="max-w-screen-md mx-auto px-4 lg:px-0">
4240
<Hero />
43-
44-
<div className="mt-8 md:mt-20 flex flex-col md:flex-row justify-center gap-4 md:gap-8">
45-
<Button
46-
variant="primary"
47-
size="xl"
48-
href={SPONSOR_FORM_URL}
49-
target="_blank"
50-
endIcon={<ArrowTopRightOnSquareIcon className="w-4 h-4" />}
51-
>
52-
{t("cta.becomeSponsor")}
53-
</Button>
54-
</div>
5541
</div>
5642

5743
<div className="max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4">

2025/src/constants/external.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
export const CFP_FORM_URL =
2-
"https://docs.google.com/forms/d/e/1FAIpQLSf0QHajs3kQyax0zDX3W6KTFom7LqSqrIEmCp91tV_ccA9QWA/viewform?usp=sharing&ouid=108428319653051170414";
3-
4-
export const SPONSOR_FORM_URL =
5-
"https://docs.google.com/forms/d/e/1FAIpQLSe7ULSgMAJUlDuCsD8oTUFJPV2sXAktBSYIaObEB8akmWDSMQ/viewform?usp=sharing&ouid=108428319653051170414";
6-
71
export const X_URL = "https://x.com/jsconfjp";
82

93
export const GITHUB_URL = "https://github.com/jsconfjp/jsconf.jp";

0 commit comments

Comments
 (0)