Skip to content

Commit

Permalink
refactor(docs/link): ♻️ update length
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 6, 2023
1 parent 1af3f66 commit fc86b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-ve/src/typography/link.story.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Hst.Variant title="default">
<svelte:element this={'style'}>{style}</svelte:element>
<ul>
{#each { length: 6 } as _, i}
{#each { length: 5 } as _}
<!-- svelte-ignore a11y-invalid-attribute -->
<li><a href="#">{@html text}</a></li>
{/each}
Expand Down

0 comments on commit fc86b88

Please sign in to comment.