From abb8a31a12ba49d0d7faf5fdf2f5b790accfda92 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Jul 2024 22:27:28 +0900 Subject: feat: "iOSDC 2024" to "iOSDC Japan 2024" --- frontend/app/routes/_index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/app/routes/_index.tsx') diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 1699079..b5951ab 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -2,7 +2,7 @@ import type { MetaFunction } from "@remix-run/node"; import { Link } from "@remix-run/react"; export const meta: MetaFunction = () => { - return [{ title: "iOSDC 2024 Albatross.swift" }]; + return [{ title: "iOSDC Japan 2024 Albatross.swift" }]; }; export default function Index() { @@ -10,7 +10,7 @@ export default function Index() {

- iOSDC 2024 Albatross.swift + iOSDC Japan 2024 Albatross.swift