feat: implement logout action
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user