diff --git a/src/app/_components/notification.tsx b/src/app/_components/notification.tsx index 396a59c..eafd476 100644 --- a/src/app/_components/notification.tsx +++ b/src/app/_components/notification.tsx @@ -14,28 +14,34 @@ export default function Notification() { switch (noti.notification_name) { case 'answer_on_my_question': { return ( -
- -
-
+
+
+
+ answered persen avatar -
-
+ +
+ +
"{noti.data?.question}"

{noti.data?.answer}

-
- + +
); }