Skip to content

Commit

Permalink
OCT-1374 Remove counter for projects on Top 10 metrics tile (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek authored Mar 3, 2024
1 parent 1565ed5 commit 4404f84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const MetricsEpochGridTopProjects: FC<MetricsEpochGridTopProjectsProps> = ({
/>
),
title: t('topProjectsByEthRaised', { numberOfProjects }),
titleSuffix: <div className={styles.numberOfAllocationsSuffix}>{projects.length}</div>,
},
]}
size="custom"
Expand Down

0 comments on commit 4404f84

Please sign in to comment.