Fix menu chevron down not showing on mobile screen

This commit is contained in:
RcleydsonR 2023-02-17 00:33:44 -03:00
parent 2d27d98762
commit ec5fb7ef76

View File

@ -357,7 +357,7 @@ onClickOutside(infoMenuRef, () => {
{{ formatWalletAddress() }}
</span>
<img
class="text-gray-900 lg-view"
class="text-gray-900"
v-if="!menuHoverToggle && !menuOpenToggle"
alt="Chevron Down"
src="@/assets/chevronDown.svg"