feat: remove cross button
This commit is contained in:
parent
65e57e42b8
commit
2898fe7960
@ -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 />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user