Skip to content

Commit

Permalink
Update Main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCho authored Feb 27, 2024
1 parent 0f3819a commit cfd612e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch1/src/app/(beforeLogin)/_component/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Link from "next/link";

export default function Main() {
return (
<>
<div className={styles.container}>
<div className={styles.left}>
<Image src={zLogo} alt="logo" />
</div>
Expand All @@ -16,6 +16,6 @@ export default function Main() {
<h3>이미 트위터에 가입하셨나요?</h3>
<Link href="/login" className={styles.login}>로그인</Link>
</div>
</>
</div>
)
}
}

0 comments on commit cfd612e

Please sign in to comment.