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'} +