mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-05 18:26:56 +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,
|
||||
cryo: true,
|
||||
dendro: true,
|
||||
geo: true,
|
||||
};
|
||||
let weaponFilter = {
|
||||
sword: true,
|
||||
|
@ -304,6 +305,14 @@
|
|||
>
|
||||
<img src="/images/elements/cryo.png" alt="cryo" class="w-8 h-8" style="min-width: 2rem;" />
|
||||
</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 class="flex items-center justify-center md:justify-start">
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue