Skip to content

Commit 006e9bb

Browse files
committed
chore: 아이콘 에셋 추가 및 경로 수정
1 parent faf4c87 commit 006e9bb

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

public/icons/many-question.svg

Lines changed: 10 additions & 1 deletion
Loading

src/components/mypage/customer-service-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Image from 'next/image';
33

44
const customerServiceItems = [
55
{
6-
icon: 'icons/many-questions.svg',
6+
icon: 'icons/many-question.svg',
77
label: '자주 묻는\n질문',
88
href: '/faq',
99
},

0 commit comments

Comments
 (0)