Skip to content

Commit a010a79

Browse files
committed
[ feat ] 바로가기 버튼 main page와 연결
related to: #8
1 parent 17bb8a8 commit a010a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Onboarding/components/Button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { commonFlex } from '@styles/common';
33

44
/** Button */
55
export default function Button() {
6-
return <GoToButton>바로가기</GoToButton>;
6+
return <GoToButton href="/search">바로가기</GoToButton>;
77
}
88

9-
const GoToButton = styled.button`
9+
const GoToButton = styled.a`
1010
${commonFlex}
1111
width: 30rem;
1212
height: 8rem;

0 commit comments

Comments
 (0)