feat: implement logout action

This commit is contained in:
Ardeman
2025-02-27 23:50:46 +08:00
parent 5acf3970a3
commit 7db38d3b67
8 changed files with 70 additions and 19 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const PopupModal = ({
<DialogTitle className="relative flex justify-center">
<button
onClick={onClose}
className="absolute top-0 left-0 items-center lg:hidden"
className="absolute top-0 left-0 items-center sm:hidden"
>
<LeftArrow
width={50}
+1 -1
View File
@@ -54,7 +54,7 @@ export const SuccessModal = ({ isOpen, onClose }: ModalProperties) => {
<DialogTitle className="relative flex justify-center">
<button
onClick={onClose}
className="absolute top-0 left-0 items-center lg:hidden"
className="absolute top-0 left-0 items-center sm:hidden"
>
<LeftArrow
width={50}