Skip to content

Commit

Permalink
fix: svg 막고 핸드폰 사진 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
urjimyu committed Feb 22, 2024
1 parent d103556 commit 936faa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const AddGiftImg = ({
<S.IcEmptyThumbnailWrapper>
<input
type='file'
accept='image/jpeg, image/png, image/gif, image/*'
accept='image/jpeg, image/png, image/gif, image/heic '
style={{ display: 'none' }}
id='imgInput'
onChange={handleImageUpload}
Expand Down

0 comments on commit 936faa6

Please sign in to comment.