feat: add extra info for the early adopters

This commit is contained in:
Ephraim Atta-Duncan
2023-09-23 12:02:37 +00:00
committed by Mythie
parent 0a035f8b60
commit 023a91832a
3 changed files with 48 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import { BarMetric } from './bar-metrics';
import { CapTable } from './cap-table';
import { FundingRaised } from './funding-raised';
import { TeamMembers } from './team-members';
import { OpenPageTooltip } from './tooltip';
export const revalidate = 3600;
@ -133,6 +134,7 @@ export default async function OpenPage() {
title="Early Adopters"
label="Early Adopters"
className="col-span-12 lg:col-span-6"
extraInfo={<OpenPageTooltip />}
/>
<BarMetric<StargazersType>