fix(Title logo): switch avatar logo

This commit is contained in:
Hristo Nedelkov 2024-03-22 17:41:30 +02:00 committed by Emil Ivanichkov
parent 9dd3854245
commit d8056b44d4
3 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,11 @@ const TitleLogo = ({ subtitle }: TitleLogoProps) => {
<Stack style={{ marginTop: '3px' }}>
<Avatar
type="icon"
size={32}
size={48}
backgroundColor="white"
icon={
<img
src={'/icons/dashboard-logo.png'}
src={'/icons/Nimbus-black.png'}
alt="dashboard-logo"
style={{ width: '100%' }}
/>

View File

@ -5,7 +5,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper'
const ActiveValidators = () => {
return (
<DashboardCardWrapper padding="0" height="156px" minWidth="250px" >
<DashboardCardWrapper padding="0" height="156px" minWidth="250px">
<img
src="/images/validators-count.png"
alt=""

View File

@ -44,7 +44,7 @@ const DashboardContent = () => {
}}
>
{width >= 1400 && <BalanceChartCard />}
<XStack space="$3" >
<XStack space="$3">
<SyncStatusCards />
<YStack space="$3" flexWrap="wrap">
<ActiveValidators></ActiveValidators>