Skip to content

Commit bf30cc7

Browse files
committed
Fixed switch theme not showing on mobile
1 parent c6c6a6f commit bf30cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/components/punk-society/ConfigMenu/AddressInfoDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const AddressInfoDropdown = ({ blockExplorerAddressLink }: AddressInfoDro
7373
</button>
7474
</li>
7575
) : null}
76-
<div className="hidden lg:flex items-center justify-center ">
76+
<div className="flex items-center justify-center ">
7777
<SwitchTheme />
7878
</div>
7979
<li className={selectingNetwork ? "hidden" : ""}>

0 commit comments

Comments
 (0)