mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-21 14:28:59 +01:00
Fix missing geo filter
This commit is contained in:
parent
de05a8fd63
commit
8f0dbe750e
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
electro: true,
|
electro: true,
|
||||||
cryo: true,
|
cryo: true,
|
||||||
dendro: true,
|
dendro: true,
|
||||||
|
geo: true,
|
||||||
};
|
};
|
||||||
let weaponFilter = {
|
let weaponFilter = {
|
||||||
sword: true,
|
sword: true,
|
||||||
|
@ -304,6 +305,14 @@
|
||||||
>
|
>
|
||||||
<img src="/images/elements/cryo.png" alt="cryo" class="w-8 h-8" style="min-width: 2rem;" />
|
<img src="/images/elements/cryo.png" alt="cryo" class="w-8 h-8" style="min-width: 2rem;" />
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
on:click={() => toggleElement('geo')}
|
||||||
|
class="rounded-xl hover:bg-black hover:bg-opacity-25 cursor-pointer p-2 focus:outline-none {elementFilter.geo
|
||||||
|
? ''
|
||||||
|
: 'opacity-25'}"
|
||||||
|
>
|
||||||
|
<img src="/images/elements/geo.png" alt="geo" class="w-8 h-8" style="min-width: 2rem;" />
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center md:justify-start">
|
<div class="flex items-center justify-center md:justify-start">
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Add table
Reference in a new issue