Skip to content

Commit

Permalink
fix: 헤더 디자인 잘못된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Apr 19, 2024
1 parent 68d1089 commit dea19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RecipeSearchListPage/RecipeSearchListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const RecipeSearchListPage = () => {
return (
<>
<TopBar>
<TopBar.Title title={`'${searchQuery}'이/가 포함된 꿀조합`} />
<TopBar.BackLink />
<TopBar.Title title={`'${searchQuery}'이/가 포함된 꿀조합`} />
<TopBar.Spacer />
</TopBar>
<ul className={listWrapper}>
Expand Down

0 comments on commit dea19f7

Please sign in to comment.