Skip to content

Commit

Permalink
fix: 질문하기에 연결된 uri 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
asaei623 committed Sep 20, 2023
1 parent ccb90a7 commit 158e3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Homebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const Homebar = () => {
<Typo.homebar isOn={icons.isAnsOn}>답변하기</Typo.homebar>
</Menu>
) : (
<Menu to="/answer">
<Icon src={`${pathname === '/answer' ? askOn : askOff}`} />
<Menu to="/ask">
<Icon src={`${pathname === '/ask' ? askOn : askOff}`} />
<Typo.homebar isOn={icons.isAskOn}>질문하기</Typo.homebar>
</Menu>
)}
Expand Down

0 comments on commit 158e3d0

Please sign in to comment.