diff --git a/src/app/_components/notification.tsx b/src/app/_components/notification.tsx index 38398a5..396a59c 100644 --- a/src/app/_components/notification.tsx +++ b/src/app/_components/notification.tsx @@ -30,8 +30,8 @@ export default function Notification() { className={`w-16 h-16 rounded-full ${isRead && 'opacity-70'}`} /> -
- "{noti.data?.question}" +
+ "{noti.data?.question}"

{noti.data?.answer}