We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af7a3c commit 3a5dbe2Copy full SHA for 3a5dbe2
1 file changed
src/pages/Setting/Withdraw/Withdraw.tsx
@@ -1,12 +1,12 @@
1
import React from 'react'
2
-import { ReactComponent as Back } from '@assets/back.svg'
3
import Button from '@components/Button'
+import BackButton from '@components/BackButton'
4
5
const Withdraw = () => {
6
return (
7
<>
8
<section id="route-backIcon-button" className="ml-[18px] mt-4">
9
- <Back className="cursor-pointer" />
+ <BackButton />
10
</section>
11
<section id="before-withdraw-info" className="mt-11 px-6 ">
12
<h1 className="text-[20px] font-medium leading-[30px]">
0 commit comments