Skip to content

Commit

Permalink
fix: 누락된 국가 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dong-su committed Jan 16, 2024
1 parent ff202e5 commit 7db4c00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ProfileEditState } from '../../type';
import { BottomSheet } from '@/components/Modal';
import countaryList from '@/constants/countary.json';
import Image from 'next/image';
import { Control, useController } from 'react-hook-form';

import { BottomSheet } from '@/components/Modal';
import countaryList from '@/constants/countary.json';

interface CountryBotoomSheetProps {
isOpen: boolean;
onClose: () => void;
Expand Down
7 changes: 6 additions & 1 deletion src/constants/countary.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@
"countaryNameInEnglish": "Thailand",
"countaryImage": "https://opendata.mofa.go.kr:8444/fileDownload/images/country_images/flags/214/20220318_170222070.gif"
},
{
"countaryNameInKorean": "대만",
"countaryNameInEnglish": "Taiwan",
"countaryImage": "https://gloddy.s3.ap-northeast-2.amazonaws.com/file/image+(3).png"
},
{
"countaryNameInKorean": "튀니지",
"countaryNameInEnglish": "Tunisia",
Expand Down Expand Up @@ -424,4 +429,4 @@
"countaryNameInEnglish": "Yemen",
"countaryImage": "https://opendata.mofa.go.kr:8444/fileDownload/images/country_images/flags/159/20220318_170906846.gif"
}
]
]

0 comments on commit 7db4c00

Please sign in to comment.