mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
Add initial cap table
This commit is contained in:
@ -3,6 +3,7 @@ import { z } from 'zod';
|
||||
import { MetricCard } from '~/app/(marketing)/open/metric-card';
|
||||
import { SalaryBands } from '~/app/(marketing)/open/salary-bands';
|
||||
|
||||
import { CapTable } from './cap-table';
|
||||
import { FundingRaised } from './funding-raised';
|
||||
import { TeamMembers } from './team-members';
|
||||
|
||||
@ -85,6 +86,8 @@ export default async function OpenPage() {
|
||||
|
||||
<FundingRaised className="col-span-12 lg:col-span-6" />
|
||||
|
||||
<CapTable className="col-span-12" />
|
||||
|
||||
<div className="col-span-12 mt-12 flex flex-col items-center justify-center">
|
||||
<h2 className="text-2xl font-bold">Where's the rest?</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user