feat: add tooltip to cap table

This commit is contained in:
Ephraim Atta-Duncan
2023-08-06 22:59:09 +00:00
committed by Mythie
parent 27b42814d8
commit 63f37732cd
2 changed files with 12 additions and 20 deletions

View File

@ -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 },
];