제1조 목적
본 약관은 위치정보 기반 서비스 이용과 관련한 회원의 권리 및 의무를 규정합니다.
diff --git a/apps/what-today/src/components/notification/NotificationPopover.tsx b/apps/what-today/src/components/notification/NotificationPopover.tsx
index a8cb26bc..20743045 100644
--- a/apps/what-today/src/components/notification/NotificationPopover.tsx
+++ b/apps/what-today/src/components/notification/NotificationPopover.tsx
@@ -2,7 +2,6 @@ import { useInfiniteQuery, useMutation, useQueryClient } from '@tanstack/react-q
import {
BellIcon,
Button,
- DotIcon,
NotificationCard,
NotificationCardSkeleton,
Popover,
@@ -127,19 +126,19 @@ export default function NotificationPopover({ isMobile }: NotificationPopoverPro
variant='none'
onClick={() => setOpen((prev) => !prev)}
>
-
+ /> */}
알림 {data?.pages[0].totalCount ?? 0}개
-
+
{isLoading && (
<>
diff --git a/apps/what-today/src/pages/main/index.tsx b/apps/what-today/src/pages/main/index.tsx
index 9e1860b4..194734a2 100644
--- a/apps/what-today/src/pages/main/index.tsx
+++ b/apps/what-today/src/pages/main/index.tsx
@@ -165,8 +165,7 @@ export default function MainPage() {
return (
<>
-
-
+
{/* 인기 체험 */}
@@ -196,20 +195,20 @@ export default function MainPage() {
🛼 모든 체험
{/* 모바일에서만 보이는 가격 드롭다운 */}
-
-
-
-
-
-
- 높은순
-
-
- 낮은순
-
-
-
-
+
+
+
+
+
+
+ 높은순
+
+
+ 낮은순
+
+
+
+
{/* 데스크톱/태블릿에서만 보이는 제목 */}
@@ -222,35 +221,36 @@ export default function MainPage() {
selectedValue={selectedCategory}
onSelect={handleCategoryChange}
>
-
+
문화 예술
-
+
식음료
-
+
스포츠
-
+
투어
-
+
관광
-
+
웰빙
+
{/* 데스크톱/태블릿에서만 보이는 가격 드롭다운 */}
-
-
-
-
-
-
- 높은순
+
+
+
+
+
+
+ 높은순
낮은순
diff --git a/apps/what-today/src/pages/signup/index.tsx b/apps/what-today/src/pages/signup/index.tsx
index 6818d324..bc035804 100644
--- a/apps/what-today/src/pages/signup/index.tsx
+++ b/apps/what-today/src/pages/signup/index.tsx
@@ -112,14 +112,15 @@ export default function SignupPage() {
)}
-