We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7cf0e commit 146e7a6Copy full SHA for 146e7a6
site/content/examples/03-logic/03-each-blocks/App.svelte
@@ -11,7 +11,7 @@
11
<ul>
12
{#each cats as { id, name }, i}
13
<li>
14
- <a target="_blank" href="https://www.youtube.com/watch?v={id}">
+ <a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v={id}">
15
{i + 1}: {name}
16
</a>
17
</li>
0 commit comments