Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOTFIX] 키워드 수정 develop에 반영 #33

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/constants/defineChip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ export const CHIP_DATA1 = [
'솔직함',
'검소함',
'소박함',
'말이적음',
'말이 적음',
'어울리기 좋아함',
'단순함',
'이상주의적',
'분석적',
'지구력 있음',
'이해심 많음',
'잘도와줌',
'남을 잘 도와줌',
'봉사적',
'감정적',
'사람들을 좋아함',
Expand All @@ -18,20 +18,20 @@ export const CHIP_DATA1 = [
];

export const CHIP_DATA2 = [
'탐구심많음',
'탐구심 많음',
'논리적',
'분석적',
'합리적',
'정확함',
'비판적',
'내성적',
'지적호기심',
'지적 호기심',
'수줍음',
'신중함',
'지배적',
'통솔력',
'지도력있음',
'말을잘함',
'지도력 있음',
'말을 잘함',
'설득력',
'열성적',
'낙관적',
Expand All @@ -53,7 +53,7 @@ export const CHIP_DATA3 = [
'감수성 강함',
'변화를 좋아하지 않음',
'계획적',
'조심성있음',
'조심성 있음',
'완고함',
'책임감',
];
Loading