chore(links): add rel="" to all links

This commit is contained in:
josefaidt 2020-10-08 14:02:08 -05:00
commit 32077693e0
7 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,7 @@
<a
bind:this="{ref}"
href="{href}"
rel="{$$restProps.target === '_blank' ? 'noopener noreferrer' : undefined}"
class:bx--switcher__item-link="{true}"
{...$$restProps}
on:click