Skip to content

Commit 9403294

Browse files
authored
Remove unused underline prop from LinkButtonProps (#7188)
1 parent a05b1f9 commit 9403294

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/short-lands-create.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Remove unused `underline` prop from LinkButtonProps.

packages/react/src/Button/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export type IconButtonProps = ButtonA11yProps & {
9393

9494
// adopted from React.AnchorHTMLAttributes
9595
export type LinkButtonProps = {
96-
underline?: boolean
9796
download?: string
9897
href?: string
9998
hrefLang?: string

0 commit comments

Comments
 (0)