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 ( return (
<div className={`${styles.page} page`}> <div className={`${styles.page} page`}>
<img {/* <img
className={`${styles.cross}`} className={`${styles.cross}`}
src="/cross.png" src="/cross.png"
alt="Cross" alt="Cross"
onClick={() => navigate(routes.client.home())} onClick={() => navigate(routes.client.home())}
/> /> */}
{isLoading ? ( {isLoading ? (
<div className={styles["payment-loader"]}> <div className={styles["payment-loader"]}>
<Loader /> <Loader />