From c095200dc79f24c0cd17a2e3ba15c85a2971ea9a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Feb 2026 20:42:02 +0900 Subject: feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- frontend/app/config.ts | 2 +- frontend/app/pages/IndexPage.tsx | 4 ++-- frontend/app/pages/TournamentPage.tsx | 4 ++-- frontend/app/tailwind.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend') diff --git a/frontend/app/config.ts b/frontend/app/config.ts index 92f764a..e44fb08 100644 --- a/frontend/app/config.ts +++ b/frontend/app/config.ts @@ -1,3 +1,3 @@ export const BASE_PATH = import.meta.env.BASE_URL || "/"; export const API_BASE_PATH = `${BASE_PATH}api/`; -export const APP_NAME = "iOSDC Japan 2025 Albatross"; +export const APP_NAME = "PHPerKaigi 2026 Albatross"; 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() {
iOSDC Japan 2025
-
+
Swift Code Battle
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 (
-

- iOSDC Japan 2025 Swift Code Battle +

+ PHPerKaigi 2026 PHP Code Battle

diff --git a/frontend/app/tailwind.css b/frontend/app/tailwind.css index ada2c29..6aa7ebd 100644 --- a/frontend/app/tailwind.css +++ b/frontend/app/tailwind.css @@ -4,7 +4,7 @@ --text-10xl: 16rem; } -@utility bg-iosdc-japan { +@utility bg-phperkaigi { background-image: linear-gradient( to right, #e03468, -- cgit v1.3.1