From 615ae9809d08bcc9cc318096329926cd641103d4 Mon Sep 17 00:00:00 2001 From: linus <1748501327@qq.com> Date: Mon, 29 Jul 2024 16:39:05 +0800 Subject: [PATCH] feat: remove Bg --- ui/pages/Home.tsx | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/ui/pages/Home.tsx b/ui/pages/Home.tsx index 76fbc9c57d..46d19068d2 100644 --- a/ui/pages/Home.tsx +++ b/ui/pages/Home.tsx @@ -1,44 +1,21 @@ -import { Box, Heading, Flex, LightMode } from '@chakra-ui/react'; +import { Box, Flex, LightMode } from '@chakra-ui/react'; import React from 'react'; -import config from 'configs/app'; import ChainIndicators from 'ui/home/indicators/ChainIndicators'; import LatestBlocks from 'ui/home/LatestBlocks'; import Stats from 'ui/home/Stats'; import Transactions from 'ui/home/Transactions'; import AdBanner from 'ui/shared/ad/AdBanner'; -import ProfileMenuDesktop from 'ui/snippets/profileMenu/ProfileMenuDesktop'; import SearchBar from 'ui/snippets/searchBar/SearchBar'; const Home = () => { return ( <> - - - - Welcome to { config.chain.name } explorer - - - { config.features.account.isEnabled && } - - - - - - + + + + +