Skip to content

Commit

Permalink
fix: applied format
Browse files Browse the repository at this point in the history
Signed-off-by: Jeongyong Park <[email protected]>
  • Loading branch information
Jeongyong-park committed Jan 8, 2025
1 parent 2e49bc8 commit 6916a92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/lib/components/CriticalAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ const MoreLinkButton = ({ link, title }: { link: string; title?: string }) => {
textDecoration: 'none',
}}
>
<Label color="gray-100" size="m" className="hidden md:inline-block cursor-pointer">
<Label
color="gray-100"
size="m"
className="hidden md:inline-block cursor-pointer"
>
자세히보기
</Label>
<ArrowIcon />
Expand Down

0 comments on commit 6916a92

Please sign in to comment.