mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
feat: add tooltip to cap table
This commit is contained in:
committed by
Mythie
parent
27b42814d8
commit
63f37732cd
@ -95,16 +95,7 @@ export const SALARY_BANDS = [
|
||||
];
|
||||
|
||||
export const CAP_TABLE = [
|
||||
{
|
||||
shareholder: 'Founders',
|
||||
percentage: '75.5',
|
||||
},
|
||||
{
|
||||
shareholder: 'Investors',
|
||||
percentage: '14.5',
|
||||
},
|
||||
{
|
||||
shareholder: 'Team Pool',
|
||||
percentage: '10',
|
||||
},
|
||||
{ name: 'Founders', percentage: 75.5 },
|
||||
{ name: 'Investors', percentage: 14.5 },
|
||||
{ name: 'Team Pool', percentage: 10 },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user