File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useEffect, useRef } from "react";
44import { useRouter , usePathname } from "next/navigation" ;
55import { useTranslation } from "react-i18next" ;
66import { App , Modal } from "antd" ;
7- import { AlertCircle } from "lucide-react " ;
7+ import { ExclamationCircleOutlined } from "@ant-design/icons " ;
88
99import { useAuth } from "@/hooks/useAuth" ;
1010import { useConfirmModal } from "@/hooks/useConfirmModal" ;
@@ -50,7 +50,7 @@ export function SessionListeners() {
5050
5151 modal . confirm ( {
5252 title : t ( "login.expired.title" ) ,
53- icon : < AlertCircle /> ,
53+ icon : < ExclamationCircleOutlined /> ,
5454 content : t ( "login.expired.content" ) ,
5555 okText : t ( "login.expired.okText" ) ,
5656 cancelText : t ( "login.expired.cancelText" ) ,
You can’t perform that action at this time.
0 commit comments