Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove counter of projects for AW list
Browse files Browse the repository at this point in the history
aziolek committed Feb 29, 2024
1 parent 7fca31f commit 3dfee06
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -10,20 +10,6 @@
}
}

.numberOfAllocationsSuffix {
display: flex;
align-items: center;
justify-content: center;
height: 2.4rem;
width: 3.2rem;
font-size: $font-size-10;
font-weight: $font-weight-bold;
color: $color-octant-dark;
border-radius: $border-radius-08;
background-color: $color-octant-grey3;
margin-left: auto;
}

.noAllocationsYet {
height: 100%;
width: 100%;
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ const MetricsEpochGridTopProjects: FC<MetricsEpochGridTopProjectsProps> = ({
/>
),
title: t('topProjectsByEthRaised', { numberOfProjects }),
titleSuffix: <div className={styles.numberOfAllocationsSuffix}>{projects.length}</div>,
},
]}
size="custom"

0 comments on commit 3dfee06

Please sign in to comment.