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}
<ButtonSkeleton
href="{href}"
rel="{$$restProps.target === '_blank' ? 'noopener noreferrer' : undefined}"
small="{size === 'small'}"
{...$$restProps}
style="{hasIconOnly && 'width: 3rem;'}"