aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/pages
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-17 20:42:02 +0900
committernsfisis <nsfisis@gmail.com>2026-02-17 20:42:18 +0900
commitc095200dc79f24c0cd17a2e3ba15c85a2971ea9a (patch)
treeb01781d3f1b1fbf65c6240f1a677dd7085202b4a /frontend/app/pages
parent2f3583212f470f454a8bd4942a36742be92ad62b (diff)
downloadphperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.tar.gz
phperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.tar.zst
phperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.zip
feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026
Replace all remaining references to the forked event name: - Base path: /iosdc-japan/2025/code-battle/ → /phperkaigi/2026/code-battle/ - Display text and HTML titles - CSS utility class: bg-iosdc-japan → bg-phperkaigi - GitHub Actions submodule path: albatross-swift-2025 → albatross-php-2026 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend/app/pages')
-rw-r--r--frontend/app/pages/IndexPage.tsx4
-rw-r--r--frontend/app/pages/TournamentPage.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/app/pages/IndexPage.tsx b/frontend/app/pages/IndexPage.tsx
index 088cdc5..120720a 100644
--- a/frontend/app/pages/IndexPage.tsx
+++ b/frontend/app/pages/IndexPage.tsx
@@ -10,11 +10,11 @@ export default function IndexPage() {
<div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center gap-y-6">
<img
src={`${BASE_PATH}logo.svg`}
- alt="iOSDC Japan 2025"
+ alt="PHPerKaigi 2026"
className="w-96 h-auto"
/>
<div className="text-center">
- <div className="font-bold text-transparent bg-clip-text bg-iosdc-japan">
+ <div className="font-bold text-transparent bg-clip-text bg-phperkaigi">
<div className="text-6xl">Swift Code Battle</div>
</div>
</div>
diff --git a/frontend/app/pages/TournamentPage.tsx b/frontend/app/pages/TournamentPage.tsx
index 53fb62b..8debd0a 100644
--- a/frontend/app/pages/TournamentPage.tsx
+++ b/frontend/app/pages/TournamentPage.tsx
@@ -306,8 +306,8 @@ export default function TournamentPage() {
return (
<div className="p-6 bg-gray-100 min-h-screen">
<div className="max-w-5xl mx-auto">
- <h1 className="text-3xl font-bold text-transparent bg-clip-text bg-iosdc-japan text-center mb-8">
- iOSDC Japan 2025 Swift Code Battle
+ <h1 className="text-3xl font-bold text-transparent bg-clip-text bg-phperkaigi text-center mb-8">
+ PHPerKaigi 2026 PHP Code Battle
</h1>
<div className="grid grid-rows-5">