1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 12:26:40 +07:00

boris: remove countdown

This commit is contained in:
Fedor Katurov 2023-04-08 19:33:08 +06:00
parent 176f823315
commit 6222b75563
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,9 @@ const BorisGraphicStats: VFC<BorisGraphicStatsProps> = ({
right={year}
/>
{/*
<StatsCountdownCard since={parseISO(foundationDate)} className={styles.card} />
*/}
</div>
);
};

View file

@ -2,7 +2,7 @@
.group {
display: grid;
grid-template-columns: 1fr 1fr 0.5fr;
grid-template-columns: 1fr 1fr;
grid-column-gap: $gap;
grid-row-gap: $gap;
grid-auto-rows: 140px;