File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from 'react'
22import { useLocation , useNavigate } from 'react-router-dom'
33import Button from '@components/Button'
4- import { ReactComponent as MoonIcon } from '@assets/heart_large.svg'
4+ import { ReactComponent as HeartIcon } from '@assets/heart_large.svg'
55import { ReactComponent as CloseIcon } from '@assets/close_icon.svg'
66import { getFormattedDate } from '@utils/getFormattedDate'
77
@@ -16,7 +16,7 @@ export default function WithdrawSignUp() {
1616 onClick = { ( ) => navigate ( '/' , { replace : true } ) }
1717 />
1818 < div className = "flex h-full flex-col items-center justify-center px-5" >
19- < MoonIcon className = "mb-10" />
19+ < HeartIcon className = "mb-10" />
2020 < p className = "mb-14 text-center text-[20px] font-semibold leading-[30px] text-grey-10" >
2121 < span className = "text-primary-2" >
2222 { getFormattedDate ( new Date ( state . date ) , 'point' ) } { ' ' }
You can’t perform that action at this time.
0 commit comments