Skip to content

Commit 024732f

Browse files
[FE-261] design: svg 이름 Moon -> Heart로 변경
1 parent 29bdf4e commit 024732f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/SignUp/WithdrawSignUp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import { useLocation, useNavigate } from 'react-router-dom'
33
import Button from '@components/Button'
4-
import { ReactComponent as MoonIcon } from '@assets/heart_large.svg'
4+
import { ReactComponent as HeartIcon } from '@assets/heart_large.svg'
55
import { ReactComponent as CloseIcon } from '@assets/close_icon.svg'
66
import { 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')}{' '}

0 commit comments

Comments
 (0)