Skip to content

Commit

Permalink
[ feat ] 바로가기 버튼 main page와 연결
Browse files Browse the repository at this point in the history
related to: #8
  • Loading branch information
eonseok-jeon committed Jan 1, 2024
1 parent 17bb8a8 commit a010a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Onboarding/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { commonFlex } from '@styles/common';

/** Button */
export default function Button() {
return <GoToButton>바로가기</GoToButton>;
return <GoToButton href="/search">바로가기</GoToButton>;
}

const GoToButton = styled.button`
const GoToButton = styled.a`
${commonFlex}
width: 30rem;
height: 8rem;
Expand Down

0 comments on commit a010a79

Please sign in to comment.