We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6ad392 + 1c4dbaa commit 43b4e6cCopy full SHA for 43b4e6c
1 file changed
src/pages/mypage/AskPage.tsx
@@ -106,8 +106,10 @@ const AskPage = () => {
106
<section className="rounded-xl border border-normal bg-bgStrong p-8">
107
<h3 className="mb-1 body-sb-18">안내사항</h3>
108
<ul className="list-disc pl-5 body-r-14 font-alternative marker:text-xs marker:font-alternative">
109
- <li>문의 접수 후 영업일 기준 1~2일 내에 답변드릴 예정입니다.</li>
110
- <li>상담은 고객센터(0000-0000)로도 가능합니다.</li>
+ <li>
+ 문의 접수 후 영업일 기준 1~2일 내에 답변드릴 예정입니다.
111
+ </li>
112
+ <li>상담은 고객센터(0000-0001)로도 가능합니다.</li>
113
</ul>
114
</section>
115
</>
0 commit comments