mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-09 10:54:27 +02:00
no more filename yay
This commit is contained in:
parent
3fd0852e65
commit
c0999c2e3a
@ -74,7 +74,7 @@
|
|||||||
<!-- Mega Trolley -->
|
<!-- Mega Trolley -->
|
||||||
<svelte:self
|
<svelte:self
|
||||||
bind:selected
|
bind:selected
|
||||||
variants={[{ ...variant, filename: (i + 1).toString() }]}
|
variants={[variant]}
|
||||||
clicked={selected.includes(variant.id)}
|
clicked={selected.includes(variant.id)}
|
||||||
hideDetails={true}
|
hideDetails={true}
|
||||||
/>
|
/>
|
||||||
@ -88,7 +88,8 @@
|
|||||||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||||
<div class="option" tabindex="0" class:clicked>
|
<div class="option" tabindex="0" class:clicked>
|
||||||
<div class="row" on:click={handleClick} on:keypress={handleClick}>
|
<div class="row" on:click={handleClick} on:keypress={handleClick}>
|
||||||
<img src={current.gdrive_direct_url} alt={current.filename} />
|
<!-- Screenreader compatibility does not make sense in this context. -->
|
||||||
|
<img src={current.gdrive_direct_url} alt="" />
|
||||||
{#if !hideDetails}
|
{#if !hideDetails}
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h2>{name}</h2>
|
<h2>{name}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user