Skip to content

Commit 43b4e6c

Browse files
committed
Merge branch 'develop' of https://github.com/TechForkTeam/TechFork-Front into develop
2 parents a6ad392 + 1c4dbaa commit 43b4e6c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/pages/mypage/AskPage.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ const AskPage = () => {
106106
<section className="rounded-xl border border-normal bg-bgStrong p-8">
107107
<h3 className="mb-1 body-sb-18">안내사항</h3>
108108
<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>
109+
<li>
110+
문의 접수 후 영업일 기준 1~2일 내에 답변드릴 예정입니다.
111+
</li>
112+
<li>상담은 고객센터(0000-0001)로도 가능합니다.</li>
111113
</ul>
112114
</section>
113115
</>

0 commit comments

Comments
 (0)