Skip to content

Commit

Permalink
fix: add cursor pointer to MoreLinkButton in CriticalAlert component
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 309f50c commit 2e49bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/components/CriticalAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const MoreLinkButton = ({ link, title }: { link: string; title?: string }) => {
textDecoration: 'none',
}}
>
<Label color="gray-100" size="m" className="hidden md:inline-block">
<Label color="gray-100" size="m" className="hidden md:inline-block cursor-pointer">
자세히보기
</Label>
<ArrowIcon />
Expand Down

0 comments on commit 2e49bc8

Please sign in to comment.