This commit is contained in:
@@ -294,7 +294,7 @@ export default async function Home({ searchParams }: { searchParams: Promise<{ s
|
||||
</>
|
||||
) : (
|
||||
<div className="row-start-1 row-end-[-1] flex flex-col items-center justify-center gap-4 relative z-10">
|
||||
<div className="text-[18px] text-[#5c5c5c] font-[700]">로그인이 필요합니다</div>
|
||||
<div className="text-[18px] text-[#5c5c5c] font-[700]">로그인</div>
|
||||
<InlineLoginForm next="/" />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user