diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-31 22:27:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-31 22:27:28 +0900 |
| commit | abb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (patch) | |
| tree | eb52d14097c04a352759881da90d1ec9245777f9 /frontend/app/routes/_index.tsx | |
| parent | 4aff0feca72da0175dcecb44aca9b3e30c861bc5 (diff) | |
| download | iosdc-japan-2024-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.gz iosdc-japan-2024-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.zst iosdc-japan-2024-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.zip | |
feat: "iOSDC 2024" to "iOSDC Japan 2024"
Diffstat (limited to 'frontend/app/routes/_index.tsx')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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() { <div className="min-h-screen bg-gray-100 flex items-center justify-center"> <div className="text-center"> <h1 className="text-4xl font-bold text-blue-600 mb-4"> - iOSDC 2024 Albatross.swift + iOSDC Japan 2024 Albatross.swift </h1> <p> <Link |
