From e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 29 Jul 2024 20:14:16 +0900 Subject: feat(frontend): set meta title --- frontend/app/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/routes/_index.tsx') 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() { -- cgit v1.2.3-70-g09d2