feat: remove cross button

This commit is contained in:
gofnnp 2023-12-02 22:40:14 +04:00
parent 65e57e42b8
commit 2898fe7960

View File

@ -49,12 +49,12 @@ export function StripePage(): JSX.Element {
return (
<div className={`${styles.page} page`}>
<img
{/* <img
className={`${styles.cross}`}
src="/cross.png"
alt="Cross"
onClick={() => navigate(routes.client.home())}
/>
/> */}
{isLoading ? (
<div className={styles["payment-loader"]}>
<Loader />