diff --git a/src/app/(service)/(my)/notification/page.tsx b/src/app/(service)/(my)/notification/page.tsx index ffa3e4a7..7711187b 100644 --- a/src/app/(service)/(my)/notification/page.tsx +++ b/src/app/(service)/(my)/notification/page.tsx @@ -1,5 +1,6 @@ 'use client'; +import NotificationIcon from 'public/images/notification.svg'; import { useState } from 'react'; import type { GetMemberNotificationsTopicTypeEnum } from '@/api/openapi/api/notification-api'; @@ -12,7 +13,6 @@ import { useGetNotificationCategories, useReadNotifications, } from '@/hooks/queries/notification-api'; -import NotificationIcon from 'public/images/notification.svg'; const READ_STATUS_OPTIONS = [ { value: 'all', label: '상태 전체' }, @@ -86,7 +86,7 @@ export default function NotificationPage() { className="font-designer-13r h-[32px]" onClick={handleMarkAllAsRead} > - 모든 읽음 처리 + 모두 읽음 처리