Skip to content

Commit

Permalink
svg 파일 import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfla668 committed Dec 9, 2023
1 parent c01e14f commit 28f9119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/LoginModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useContext } from 'react'
import Modal from 'react-modal'
import { LayoutContext } from 'context/Layout'

import DambiSVG from 'public/icons/dambi/floating_dambi.svg'
import DambiSVG from 'public/icons/dambi/round_color_dambi.svg'
import LockSVG from 'public/icons/orange_lock_pc.svg'

import LargeButton from 'components/Button/Large'
Expand Down

0 comments on commit 28f9119

Please sign in to comment.