mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
refactor: remove rel="" from button in favor for skeleton
This commit is contained in:
parent
32077693e0
commit
d28e722327
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@
|
||||||
{#if skeleton}
|
{#if skeleton}
|
||||||
<ButtonSkeleton
|
<ButtonSkeleton
|
||||||
href="{href}"
|
href="{href}"
|
||||||
rel="{$$restProps.target === '_blank' ? 'noopener noreferrer' : undefined}"
|
|
||||||
small="{size === 'small'}"
|
small="{size === 'small'}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
style="{hasIconOnly && 'width: 3rem;'}"
|
style="{hasIconOnly && 'width: 3rem;'}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue