We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c6a6f commit bf30cc7Copy full SHA for bf30cc7
packages/nextjs/components/punk-society/ConfigMenu/AddressInfoDropdown.tsx
@@ -73,7 +73,7 @@ export const AddressInfoDropdown = ({ blockExplorerAddressLink }: AddressInfoDro
73
</button>
74
</li>
75
) : null}
76
- <div className="hidden lg:flex items-center justify-center ">
+ <div className="flex items-center justify-center ">
77
<SwitchTheme />
78
</div>
79
<li className={selectingNetwork ? "hidden" : ""}>
0 commit comments