aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/admin.dashboard.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
committernsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
commitabb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (patch)
treeeb52d14097c04a352759881da90d1ec9245777f9 /frontend/app/routes/admin.dashboard.tsx
parent4aff0feca72da0175dcecb44aca9b3e30c861bc5 (diff)
downloadiosdc-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/admin.dashboard.tsx')
-rw-r--r--frontend/app/routes/admin.dashboard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/admin.dashboard.tsx b/frontend/app/routes/admin.dashboard.tsx
index af82731..1d172af 100644
--- a/frontend/app/routes/admin.dashboard.tsx
+++ b/frontend/app/routes/admin.dashboard.tsx
@@ -3,7 +3,7 @@ import { Link } from "@remix-run/react";
import { isAuthenticated } from "../.server/auth";
export const meta: MetaFunction = () => {
- return [{ title: "[Admin] Dashboard | iOSDC 2024 Albatross.swift" }];
+ return [{ title: "[Admin] Dashboard | iOSDC Japan 2024 Albatross.swift" }];
};
export async function loader({ request }: LoaderFunctionArgs) {