fix(Title logo): switch avatar logo
This commit is contained in:
parent
9dd3854245
commit
d8056b44d4
|
@ -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%' }}
|
||||
/>
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -44,7 +44,7 @@ const DashboardContent = () => {
|
|||
}}
|
||||
>
|
||||
{width >= 1400 && <BalanceChartCard />}
|
||||
<XStack space="$3" >
|
||||
<XStack space="$3">
|
||||
<SyncStatusCards />
|
||||
<YStack space="$3" flexWrap="wrap">
|
||||
<ActiveValidators></ActiveValidators>
|
||||
|
|
Loading…
Reference in New Issue