Skip to content

Commit

Permalink
fix: 로그인 버튼시 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
cobocho committed Jul 27, 2024
1 parent 07450fe commit 9b04b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/(landing)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const Layout = ({ children }: PropsWithChildren) => {
<div className={landingOverlay}>
<Header full={false}>
<div className={headerButtonContainer}>
<Link href="/login">
<Link href="/workspace">
<Button blueLine={false} filled={false}>
로그인
</Button>
</Link>
<Link href="/login">
<Link href="/workspace">
<Button style={{ background: '#000' }}>무료로 시작하기</Button>
</Link>
</div>
Expand Down

0 comments on commit 9b04b10

Please sign in to comment.