Skip to content

Commit

Permalink
refactor: Navbar 변경내용 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
bassyu committed Jul 27, 2023
1 parent 4ac8e14 commit 1c525dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Main = () => {
onResultClick={goToDictDetailPage}
/>
</SearchBoxArea>
<Navbar currentPath={URL_PATH.main} />
<Navbar />
</Wrapper>
);
};
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/PetRegister/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const PetRegisterSearch = () => {
<SearchBoxArea>
<SearchBox onResultClick={navigateForm} />
</SearchBoxArea>
<Navbar currentPath={URL_PATH.petRegisterSearch} />
<Navbar />
</Wrapper>
);
};
Expand Down

0 comments on commit 1c525dc

Please sign in to comment.