Skip to content

Commit

Permalink
fix(alert): update link icon (#1027)
Browse files Browse the repository at this point in the history
* fix(alert): update link icon

* chore: add changeset
  • Loading branch information
Niznikr authored Oct 4, 2023
1 parent 87eff51 commit ebc922f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/strong-turtles-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@launchpad-ui/alert': patch
'@launchpad-ui/core': patch
---

[Alert] Update link icon
2 changes: 1 addition & 1 deletion packages/alert/src/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const Alert = ({
asChild
onClick={link?.onClick}
className={styles['LinkButton']}
icon={<Icon name="open-in-new" size="small" />}
icon={<Icon name="link-external" size="small" />}
>
<a href={link.href}>{link.text}</a>
</Button>
Expand Down

0 comments on commit ebc922f

Please sign in to comment.