diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-29 20:14:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-29 20:14:16 +0900 |
| commit | e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476 (patch) | |
| tree | 1180388dba31d6f649427d46077f20704ea9855f /frontend/app/routes/_index.tsx | |
| parent | 9e47a0ecc9416a0fa0b09201882d1da5b11ebaff (diff) | |
| download | phperkaigi-2025-albatross-e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476.tar.gz phperkaigi-2025-albatross-e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476.tar.zst phperkaigi-2025-albatross-e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476.zip | |
feat(frontend): set meta title
Diffstat (limited to 'frontend/app/routes/_index.tsx')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index f5a46ca..1699079 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: "Albatross.swift" }]; + return [{ title: "iOSDC 2024 Albatross.swift" }]; }; export default function Index() { |
