Skip to content

Commit 5afc9e2

Browse files
authored
Merge pull request #54 from weaveVM/load-tweaks
update ticker, remove alphanet badge
2 parents d3c0f37 + 843cad7 commit 5afc9e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ui/snippets/header/Burger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Burger = ({ isMarketplaceAppPage }: Props) => {
4747
<DrawerOverlay/>
4848
<DrawerContent maxWidth="330px">
4949
<DrawerBody p={ 6 } display="flex" flexDirection="column">
50-
{ config.chain.isTestnet && <IconSvg name="alphanetv2" h="14px" w="37px" color="red.400" alignSelf="flex-start"/> }
50+
{ /* config.chain.isTestnet && <IconSvg name="alphanetv2" h="14px" w="37px" color="red.400" alignSelf="flex-start"/> */ }
5151
<Flex alignItems="center" justifyContent="space-between">
5252
<NetworkLogo onClick={ handleNetworkLogoClick }/>
5353
{ config.UI.sidebar.featuredNetworks ? (

ui/snippets/navigation/NavigationDesktop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const NavigationDesktop = () => {
7171
}}
7272
onClick={ handleContainerClick }
7373
>
74-
{ config.chain.isTestnet && <IconSvg name="alphanetv2" h="14px" w="49px" color="red.400" position="absolute" pl={ 3 } top="34px"/> }
74+
{ /* config.chain.isTestnet && <IconSvg name="alphanetv2" h="14px" w="49px" color="red.400" position="absolute" pl={ 3 } top="34px"/> */ }
7575
<Box
7676
as="header"
7777
display="flex"

ui/stats/ChartsWidgetsList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ const ChartsWidgetsList = ({ filterQuery, isError, isPlaceholderData, charts, in
112112
<ChartWidgetContainer
113113
key={ chart.id }
114114
id={ chart.id }
115-
title={ chart.title.replace('ETH', 'LOAD') }
116-
description={ chart.description.replace('ETH', 'LOAD') }
115+
title={ chart.title.replace('ETH', 'tLOAD') }
116+
description={ chart.description.replace('ETH', 'tLOAD') }
117117
interval={ interval }
118-
units={ chart.units?.replace('ETH', 'LOAD') || undefined }
118+
units={ chart.units?.replace('ETH', 'tLOAD') || undefined }
119119
isPlaceholderData={ isPlaceholderData }
120120
onLoadingError={ handleChartLoadingError }
121121
/>

0 commit comments

Comments
 (0)