mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 00:33:57 +00:00
the afn
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user