mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-09 02:44:27 +02:00
no more filename yay
This commit is contained in:
parent
3fd0852e65
commit
c0999c2e3a
@ -74,7 +74,7 @@
|
||||
<!-- Mega Trolley -->
|
||||
<svelte:self
|
||||
bind:selected
|
||||
variants={[{ ...variant, filename: (i + 1).toString() }]}
|
||||
variants={[variant]}
|
||||
clicked={selected.includes(variant.id)}
|
||||
hideDetails={true}
|
||||
/>
|
||||
@ -88,7 +88,8 @@
|
||||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||
<div class="option" tabindex="0" class:clicked>
|
||||
<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}
|
||||
<div class="text">
|
||||
<h2>{name}</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user