mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
the afn
This commit is contained in:
parent
fce3fd2cb3
commit
92f071739f
@ -39,9 +39,9 @@
|
|||||||
<svelte:fragment slot="description">
|
<svelte:fragment slot="description">
|
||||||
guhhhhhhhhhhhhhhhhhhhhh
|
guhhhhhhhhhhhhhhhhhhhhh
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
{#each variants as variant}
|
{#each variants as variant, i}
|
||||||
<!-- Mega Trolley -->
|
<!-- Mega Trolley -->
|
||||||
<svelte:self bind:selected variants={[variant]} clicked={selected.includes(variant.id)}/>
|
<svelte:self bind:selected variants={[{...variant, filename: (i + 1).toString()}]} clicked={selected.includes(variant.id)}/>
|
||||||
{/each}
|
{/each}
|
||||||
<!-- <Variants /> -->
|
<!-- <Variants /> -->
|
||||||
</Modal>
|
</Modal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user