mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
wip on patron page
This commit is contained in:
committed by
Alec LaLonde
parent
f1254e44d7
commit
97abe2d7e3
@@ -181,13 +181,13 @@ type Props = {
|
||||
pSeedHolders: TokenBalancesFragment[];
|
||||
};
|
||||
|
||||
const PerksCard: React.FC<Props> = ({
|
||||
const PerksCard: React.FC<any> = ({
|
||||
title,
|
||||
list,
|
||||
count,
|
||||
pSeeds,
|
||||
amountUsd,
|
||||
}: any) => (
|
||||
}) => (
|
||||
<Box bg={'purpleTag'} borderRadius={8} maxW="lg" my={6}>
|
||||
<PerksHeader
|
||||
title={title}
|
||||
|
||||
Reference in New Issue
Block a user