ㄱㄱ
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Link from "next/link";
|
||||
"use client";
|
||||
import React from "react";
|
||||
import { Button } from "@/app/components/ui/Button";
|
||||
@@ -46,7 +47,7 @@ export default function LoginPage() {
|
||||
/>
|
||||
<Button type="submit" disabled={loading}>{loading ? "로그인 중..." : "로그인"}</Button>
|
||||
<div style={{ display: "flex", justifyContent: "flex-end" }}>
|
||||
<a href="/register">회원가입</a>
|
||||
<Link href="/register">회원가입</Link>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user