From d376229d29b92b1a289e7dbfccfc0ae218c4b1f4 Mon Sep 17 00:00:00 2001 From: Alexander Liu Date: Tue, 1 Oct 2024 00:01:05 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20temp=20homepage=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(home)/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx index 4cf5ff4..6109f79 100644 --- a/app/(home)/page.tsx +++ b/app/(home)/page.tsx @@ -2,15 +2,15 @@ import Link from "next/link"; export default function HomePage() { return ( -
+

Hello World

You can open{" "} - /docs + /docs/developer {" "} and see the documentation.