diff --git a/src/assets/icons/ic_close.svg b/src/assets/icons/close.svg similarity index 100% rename from src/assets/icons/ic_close.svg rename to src/assets/icons/close.svg diff --git a/src/components/common/NotificationModal/NotificationCard.tsx b/src/components/common/NotificationModal/NotificationCard.tsx index 741a1c13..bb7dce7d 100644 --- a/src/components/common/NotificationModal/NotificationCard.tsx +++ b/src/components/common/NotificationModal/NotificationCard.tsx @@ -31,7 +31,7 @@ export default function NotificationCard({ const formattedStatusClass = status === 'accepted' ? 'text-blue-20' : 'text-red-20'; return ( -