{
>
{IS_MAIN_PRODUCTION_DOMAIN ? (
<>
-
-
+ {/*
*/}
+
+
+ {/*
*/}
+
>
) : (
<>
-
-
+ {/*
*/}
+
+
+ {/*
*/}
+
>
)}
@@ -156,7 +186,7 @@ export const Navbar = () => {
className={classNames(
"size-5 cursor-pointer text-icon-outline-secondary transition-transform duration-200 dark:text-white/50 max-sm:hidden",
isDropdownOpen ? "rotate-0" : "-rotate-90",
- IS_MAIN_PRODUCTION_DOMAIN ? "" : "!-mt-[15px]", // this adjusts the arrow position for beta logo
+ IS_MAIN_PRODUCTION_DOMAIN ? "mt-[10px]" : "mt-[10px]", // this adjusts the arrow position for beta logo
)}
onClick={(e) => {
e.preventDefault();
diff --git a/app/components/NetworkSelectionModal.tsx b/app/components/NetworkSelectionModal.tsx
index 9f723fb3..afc0ac1e 100644
--- a/app/components/NetworkSelectionModal.tsx
+++ b/app/components/NetworkSelectionModal.tsx
@@ -105,7 +105,7 @@ export const NetworkSelectionModal = () => {
{networks
.filter((network) => {
if (useInjectedWallet) return true;
- return network.chain.name !== "Celo" && network.chain.name !== "Hedera Mainnet";
+ return network.chain.name !== "Celo";
})
.map((network) => (