From e0ccf0c80325533ea380b677c9a79b7a621574f4 Mon Sep 17 00:00:00 2001
From: nsfisis
Date: Tue, 4 Mar 2025 21:47:51 +0900
Subject: Revert "feat(frontend): update home page"
This reverts commit f8dc194ed82c2181cf466927514cfe08a2429725.
---
frontend/app/routes/_index.tsx | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
(limited to 'frontend')
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx
index ec4dfcb..4aa068a 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,17 +38,8 @@ export default function Index() {
-
-
- 追記:
- イベントは終了しました。ご参加いただいたみなさま、ありがとうございました!
-
-
- 試合結果はこちらのスタッフブログで公開しています。
-
+
+ ログイン
);
--
cgit v1.2.3-70-g09d2