mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
Add initial cap table
This commit is contained in:
committed by
Mythie
parent
f882be4338
commit
27b42814d8
@ -93,3 +93,18 @@ export const SALARY_BANDS = [
|
||||
salary: 80_000,
|
||||
},
|
||||
];
|
||||
|
||||
export const CAP_TABLE = [
|
||||
{
|
||||
shareholder: 'Founders',
|
||||
percentage: '75.5',
|
||||
},
|
||||
{
|
||||
shareholder: 'Investors',
|
||||
percentage: '14.5',
|
||||
},
|
||||
{
|
||||
shareholder: 'Team Pool',
|
||||
percentage: '10',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user