From 689792665b4c44460940fc3a6d8ec0ff8c6dd612 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 9 Nov 2023 21:30:00 +0000 Subject: [PATCH] Friends and notification pages --- src/components/Notification/NotificationPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Notification/NotificationPage.tsx b/src/components/Notification/NotificationPage.tsx index 689f16279..3c964d4c6 100644 --- a/src/components/Notification/NotificationPage.tsx +++ b/src/components/Notification/NotificationPage.tsx @@ -2,9 +2,9 @@ import { useEffect, useState } from 'react'; import { httpGet, httpPatch } from '../../lib/http'; import { pageProgressMessage } from '../../stores/page'; import type { TeamMemberDocument } from '../TeamMembers/TeamMembersPage'; -import XIcon from '../../icons/close-dark.svg'; import { useToast } from '../../hooks/use-toast'; import { AcceptIcon } from '../ReactIcons/AcceptIcon.tsx'; +import { XIcon } from 'lucide-react'; interface NotificationList extends TeamMemberDocument { name: string; @@ -114,7 +114,7 @@ export function NotificationPage() { className="inline-flex rounded border p-1 hover:bg-gray-50 disabled:opacity-75" onClick={() => respondInvitation('reject', notification?._id!)} > - {'Close'} +