From ba8f111c2520cd4a9fb19e84dba6bf8848809d8e Mon Sep 17 00:00:00 2001 From: doyou1 Date: Fri, 30 Jan 2026 20:19:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=8C=EB=A6=BC=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20'=EB=AA=A8=EB=91=90=20=EC=9D=BD=EC=9D=8C=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC'=20=EB=B2=84=ED=8A=BC=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(service)/(my)/notification/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} > - 모든 읽음 처리 + 모두 읽음 처리