mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
Add initial cap table
This commit is contained in:
@ -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