Skip to content

Commit

Permalink
chore: 아이콘 정보 Bottom Sheet의 문구를 수정해요
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Nov 29, 2024
1 parent 16663bd commit be093ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/components/iconography/icon-bottom-infomation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ export const IconBottomInfomation = () => {
{isFigmaNotPublishedIcon && (
<div className="text-seed-fg-danger text-xs">
<span className="font-bold">[피그마 컴포넌트로 배포되지 않은 아이콘]</span>
<span> 해당 아이콘은 남용이 불가능합니다. 디자인 코어팀에 문의해주세요.</span>
<span>
{" "}
해당 아이콘은 특정 컴포넌트를 위해 특수제작된 아이콘입니다. 디자인 코어팀에
문의해주세요.
</span>
</div>
)}
{isFatIcon && (
Expand All @@ -64,7 +68,8 @@ export const IconBottomInfomation = () => {
<span className="font-bold">[서비스 아이콘]</span>
<span>
{" "}
해당 아이콘은 서비스 아이콘입니다. 특정 서비스 이외에는 사용이 불가능합니다.
해당 아이콘은 특정 서비스를 위해 특수제작된 아이콘입니다. 특정 서비스 이외에는
사용이 불가능합니다.
</span>
</div>
)}
Expand Down

0 comments on commit be093ab

Please sign in to comment.