chore: team updates, funding cummulative

This commit is contained in:
Timur Ercan
2023-08-14 14:16:04 +02:00
committed by Mythie
parent d5e7f6f4df
commit 63d4216fd1
2 changed files with 25 additions and 6 deletions

View File

@ -13,7 +13,7 @@ export type FundingRaisedProps = HTMLAttributes<HTMLDivElement>;
export const FundingRaised = ({ className, ...props }: FundingRaisedProps) => {
return (
<div className={cn('flex flex-col', className)} {...props}>
<h3 className="px-4 text-lg font-semibold">Funding Raised</h3>
<h3 className="px-4 text-lg font-semibold">Total Funding Raised</h3>
<div className="border-border mt-2.5 flex flex-1 flex-col items-center justify-center rounded-2xl border p-4 shadow-sm hover:shadow">
<ResponsiveContainer width="100%" height={400}>