diff --git a/apps/what-today/src/components/activities/ActivitiesReview.tsx b/apps/what-today/src/components/activities/ActivitiesReview.tsx index 462cb407..30907135 100644 --- a/apps/what-today/src/components/activities/ActivitiesReview.tsx +++ b/apps/what-today/src/components/activities/ActivitiesReview.tsx @@ -37,7 +37,6 @@ export default function ActivitiesReview({ review }: ActivitiesReviewProps) {

{content}

- ); diff --git a/apps/what-today/src/components/notification/NotificationPopover.tsx b/apps/what-today/src/components/notification/NotificationPopover.tsx index b7d84fc9..a8cb26bc 100644 --- a/apps/what-today/src/components/notification/NotificationPopover.tsx +++ b/apps/what-today/src/components/notification/NotificationPopover.tsx @@ -136,7 +136,7 @@ export default function NotificationPopover({ isMobile }: NotificationPopoverPro - +

알림 {data?.pages[0].totalCount ?? 0}개

diff --git a/apps/what-today/src/components/reservations-status/ReservationCalendar.tsx b/apps/what-today/src/components/reservations-status/ReservationCalendar.tsx index 21a266f7..8c5c65bd 100644 --- a/apps/what-today/src/components/reservations-status/ReservationCalendar.tsx +++ b/apps/what-today/src/components/reservations-status/ReservationCalendar.tsx @@ -136,7 +136,7 @@ export default function ReservationCalendar({ onOpenChange={setIsReservationSheetOpen} >
diff --git a/apps/what-today/src/pages/main/index.tsx b/apps/what-today/src/pages/main/index.tsx index c75c5b24..9e1860b4 100644 --- a/apps/what-today/src/pages/main/index.tsx +++ b/apps/what-today/src/pages/main/index.tsx @@ -191,9 +191,10 @@ export default function MainPage() { {/* 모든 체험 */}
- {/* 제목 + 가격 드롭다운 */} -
+ {/* 제목 */} +

🛼 모든 체험

+ {/* 모바일에서만 보이는 가격 드롭다운 */} @@ -211,8 +212,11 @@ export default function MainPage() {
- {/* 카테고리 */} -
+ {/* 데스크톱/태블릿에서만 보이는 제목 */} +

🛼 모든 체험

+ + {/* 카테고리 + 가격 드롭다운 */} +
웰빙 + {/* 데스크톱/태블릿에서만 보이는 가격 드롭다운 */} +
+ + + + + + + + 높은순 + + + 낮은순 + + + + +
{/* 카드 리스트 */} diff --git a/packages/design-system/src/components/Carousel/NavigationButton.tsx b/packages/design-system/src/components/Carousel/NavigationButton.tsx index ef1e4dd1..94cd4cd2 100644 --- a/packages/design-system/src/components/Carousel/NavigationButton.tsx +++ b/packages/design-system/src/components/Carousel/NavigationButton.tsx @@ -34,7 +34,7 @@ export default function NavigationButton({ direction, onClick, disabled, classNa return (
- +
diff --git a/packages/design-system/src/components/select/SelectContent.tsx b/packages/design-system/src/components/select/SelectContent.tsx index d1e08ae1..854521cc 100644 --- a/packages/design-system/src/components/select/SelectContent.tsx +++ b/packages/design-system/src/components/select/SelectContent.tsx @@ -23,7 +23,7 @@ function SelectContent({ className, children }: BaseProps) {