mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
the afn
This commit is contained in:
parent
fce3fd2cb3
commit
92f071739f
@ -39,9 +39,9 @@
|
||||
<svelte:fragment slot="description">
|
||||
guhhhhhhhhhhhhhhhhhhhhh
|
||||
</svelte:fragment>
|
||||
{#each variants as variant}
|
||||
{#each variants as variant, i}
|
||||
<!-- 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}
|
||||
<!-- <Variants /> -->
|
||||
</Modal>
|
||||
|
Loading…
x
Reference in New Issue
Block a user