From f8dc194ed82c2181cf466927514cfe08a2429725 Mon Sep 17 00:00:00 2001
From: nsfisis
Date: Fri, 30 Aug 2024 01:08:07 +0900
Subject: feat(frontend): update home page
---
frontend/app/routes/_index.tsx | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx
index baa3909..808302d 100644
--- a/frontend/app/routes/_index.tsx
+++ b/frontend/app/routes/_index.tsx
@@ -1,7 +1,7 @@
import type { LoaderFunctionArgs, MetaFunction } from "@remix-run/node";
+import { Link } from "@remix-run/react";
import { ensureUserNotLoggedIn } from "../.server/auth";
import BorderedContainer from "../components/BorderedContainer";
-import NavigateLink from "../components/NavigateLink";
export const meta: MetaFunction = () => [
{ title: "iOSDC Japan 2024 Albatross.swift" },
@@ -38,8 +38,17 @@ export default function Index() {
-
-
ログイン
+
+
+ 追記:
+ イベントは終了しました。ご参加いただいたみなさま、ありがとうございました!
+
+
+ 試合結果はこちらのスタッフブログで公開しています。
+
);
--
cgit v1.2.3-70-g09d2