diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index f3060d0..f3e09be 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -86,7 +86,7 @@ function page() { const noResult = () => (
- 검색 결과가 없습니다. ㅠㅠ + 검색 결과가 없습니다. 😢
); @@ -113,30 +113,34 @@ function page() { return (
+
+
+ {searchType === 'category' ? ( +
+
+ category icon +
+ + #{category.category_name[Number(searchKeyword)]} + +
+ ) : ( +
+ + "{searchKeyword}"  + + 검색 결과 +
+ )} +
+
- {searchType === 'category' ? ( -
-
- category icon -
- - #{category.category_name[Number(searchKeyword)]} - -
- ) : ( -
- - "{searchKeyword}"  - - 검색 결과 -
- )}
{data?.pages.map((page: any, pageIndex) => page?.meeting_list.map((meeting: any, index: any) => (