refactor: remove rel="" from button in favor for skeleton

This commit is contained in:
josefaidt 2020-10-08 14:20:16 -05:00
commit d28e722327

View file

@ -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;'}"