Skip to content

Commit

Permalink
Fixed switch theme not showing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 22, 2024
1 parent c6c6a6f commit bf30cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const AddressInfoDropdown = ({ blockExplorerAddressLink }: AddressInfoDro
</button>
</li>
) : null}
<div className="hidden lg:flex items-center justify-center ">
<div className="flex items-center justify-center ">
<SwitchTheme />
</div>
<li className={selectingNetwork ? "hidden" : ""}>
Expand Down

0 comments on commit bf30cc7

Please sign in to comment.