diff --git a/components/Footer/style.ts b/components/Footer/style.ts index fe3ac048..6a6fcd69 100644 --- a/components/Footer/style.ts +++ b/components/Footer/style.ts @@ -14,11 +14,12 @@ export const Wrapper = styled("div")(({ theme }) => ({ left: 0, right: 0, marginTop: "38px", + paddingBottom: "20px", }, [theme.breakpoints.up("sm")]: { gridTemplateColumns: "1fr 1fr", width: "100%", - padding: "1.5rem", + padding: "38px", }, })); diff --git a/utils/wallet-selector-compat.ts b/utils/wallet-selector-compat.ts index 535835eb..3b1db5e2 100644 --- a/utils/wallet-selector-compat.ts +++ b/utils/wallet-selector-compat.ts @@ -93,18 +93,18 @@ export const getWalletSelector = async ({ onAccountChange }: GetWalletSelectorAr setupSender() as any, setupMeteorWallet(), walletConnect, - setupHereWallet(), - setupNightly(), - setupNeth({ - bundle: false, - gas: "300000000000000", - }), setupNearMobileWallet({ dAppMetadata: { logoUrl: "https://ref-finance-images.s3.amazonaws.com/images/burrowIcon.png", name: "NEAR Wallet Selector", }, }), + setupHereWallet(), + setupNightly(), + setupNeth({ + bundle: false, + gas: "300000000000000", + }), setupKeypom({ networkId: defaultNetwork, signInContractId: LOGIC_CONTRACT_NAME,