mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(links): add rel="" to all links
This commit is contained in:
parent
2a63aa7729
commit
32077693e0
7 changed files with 8 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
class:bx--link--inline="{inline}"
|
||||
class:bx--link--visited="{visited}"
|
||||
rel="{$$restProps.target === '_blank' ? 'noopener noreferrer' : undefined}"
|
||||
{href}
|
||||
href="{href}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:mouseover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue