Skip to content

Commit

Permalink
Merge pull request #28 from LocalMingle/jonghwa
Browse files Browse the repository at this point in the history
[작업완료]:셀렉터 이모티콘 추가
  • Loading branch information
kimjonghwa230412 authored Oct 18, 2023
2 parents 8e89dcc + f8b876f commit e8bda2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/interface/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export interface Verify {
const verifies: Verify[] = [{ verify: 'yes' }, { verify: 'no' }];

export const toss = {
category: [':커피:️ 맛집/커피', ':주자::피부톤-2: 운동/건강', ':발: 애완동물', ':책: 공부/교육'],
verify: [' :한_손을_들고_있는_사람::피부톤-2: 아무나', ':정원이_있는_집: 동네만'],
category: ['맛집/커피', '🏃‍♂️운동/건강', '🐾애완동물', '📕공부/교육'],
verify: ['🙋‍♀️아무나', '🏡동네만'],
};

0 comments on commit e8bda2e

Please sign in to comment.