diff --git a/src/sections/lending/components/transactions/Switch/SwitchModalContent.tsx b/src/sections/lending/components/transactions/Switch/SwitchModalContent.tsx index d0688a122..a0f89f5db 100644 --- a/src/sections/lending/components/transactions/Switch/SwitchModalContent.tsx +++ b/src/sections/lending/components/transactions/Switch/SwitchModalContent.tsx @@ -9,7 +9,7 @@ import { Typography, } from "@mui/material" import { debounce } from "lodash" -import React, { useMemo, useState } from "react" +import { useMemo, useState } from "react" import { FormattedNumber } from "sections/lending/components/primitives/FormattedNumber" import { Row } from "sections/lending/components/primitives/Row" import { ConnectWalletButton } from "sections/lending/components/WalletConnection/ConnectWalletButton" @@ -22,7 +22,6 @@ import { getNetworkConfig, NetworkConfig, } from "sections/lending/utils/marketsAndNetworksConfig" -import { GENERAL } from "sections/lending/utils/mixPanelEvents" import { AssetInput } from "sections/lending/components/transactions/AssetInput" import { TxModalDetails } from "sections/lending/components/transactions/FlowCommons/TxModalDetails" diff --git a/src/sections/lending/components/transactions/Warnings/ChangeNetworkWarning.tsx b/src/sections/lending/components/transactions/Warnings/ChangeNetworkWarning.tsx index 2bee8da5c..3885514cc 100644 --- a/src/sections/lending/components/transactions/Warnings/ChangeNetworkWarning.tsx +++ b/src/sections/lending/components/transactions/Warnings/ChangeNetworkWarning.tsx @@ -1,8 +1,6 @@ import { ChainId } from "@aave/contract-helpers" import { Button, Typography } from "@mui/material" import { useWeb3Context } from "sections/lending/libs/hooks/useWeb3Context" -import { useRootStore } from "sections/lending/store/root" -import { GENERAL } from "sections/lending/utils/mixPanelEvents" import { Warning } from "sections/lending/components/primitives/Warning" diff --git a/src/sections/lending/layouts/MainLayout.tsx b/src/sections/lending/layouts/MainLayout.tsx index 686c1dbe3..117f0d12e 100644 --- a/src/sections/lending/layouts/MainLayout.tsx +++ b/src/sections/lending/layouts/MainLayout.tsx @@ -3,7 +3,7 @@ import { ReactNode } from "react" import { AppHeader } from "./AppHeader" -import { LendingPageProviders } from "sections/lending/providers/LandingPageProviders" +import { LendingPageProviders } from "sections/lending/providers/LendingPageProviders" export function MainLayout({ children }: { children: ReactNode }) { return ( diff --git a/src/sections/lending/layouts/WalletWidget.tsx b/src/sections/lending/layouts/WalletWidget.tsx index 43be15656..02571d53e 100644 --- a/src/sections/lending/layouts/WalletWidget.tsx +++ b/src/sections/lending/layouts/WalletWidget.tsx @@ -221,7 +221,7 @@ export default function WalletWidget({ bgcolor: networkColor, width: 6, height: 6, - mr: 2, + mr: 8, boxShadow: "0px 2px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.25)", borderRadius: "50%", diff --git a/src/sections/lending/providers/LandingPageProviders.tsx b/src/sections/lending/providers/LendingPageProviders.tsx similarity index 100% rename from src/sections/lending/providers/LandingPageProviders.tsx rename to src/sections/lending/providers/LendingPageProviders.tsx