Skip to content

Commit 146e7a6

Browse files
authored
fix: Remove Security Message (#7959)
1 parent 0a7cf0e commit 146e7a6

File tree

1 file changed

+1
-1
lines changed
  • site/content/examples/03-logic/03-each-blocks

1 file changed

+1
-1
lines changed

site/content/examples/03-logic/03-each-blocks/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ul>
1212
{#each cats as { id, name }, i}
1313
<li>
14-
<a target="_blank" href="https://www.youtube.com/watch?v={id}">
14+
<a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v={id}">
1515
{i + 1}: {name}
1616
</a>
1717
</li>

0 commit comments

Comments
 (0)