box services

This commit is contained in:
hamid zarghami
2025-03-04 10:16:47 +03:30
parent 23d19208b9
commit 002e420d85
6 changed files with 85 additions and 78 deletions
+6 -3
View File
@@ -144,9 +144,12 @@ const Notifications: FC = () => {
{
posts.map((item: NotificationItemType) => (
<div onClick={() => handleRedirect(item.type)} className="bg-white cursor-pointer h-fit gap-4 items-start rounded-xl bg-opacity-60 p-3 mb-4 flex" key={item.id}>
<div className="mt-1">
<StatusCircle color="#00BA4B" />
</div>
{
!item.isRead &&
<div className="mt-1">
<StatusCircle color="#00BA4B" />
</div>
}
<div>
<div className="truncate max-w-[200px]">{item.message}</div>
<div className="mt-2 flex gap-2 text-[10px] text-description">