mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-24 10:57:30 -07:00
replace show-preview icon with eye
This commit is contained in:
parent
1fab0bdfb2
commit
e6b86b0652
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
:class="{ active: showPreview }"
|
:class="{ active: showPreview }"
|
||||||
@click="showPreview = !showPreview"
|
@click="showPreview = !showPreview"
|
||||||
>
|
>
|
||||||
<i class="ph-binoculars ph-bold ph-lg"></i>
|
<i class="ph-eye ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="submit _buttonGradate"
|
class="submit _buttonGradate"
|
||||||
|
|
Loading…
Reference in a new issue