Compare commits

...

4 Commits

Author SHA1 Message Date
victorAnumudu ede0aa0358 updated btn 2024-10-22 05:33:10 +01:00
ameye e2ea8e18ed Merge branch 'btn-name-change' of DigiFi/digifi-bko into master 2024-09-11 15:56:56 +00:00
victorAnumudu 5e13f6225f updated button name 2024-09-10 16:48:08 +01:00
ameye 7fcf45fcf5 Merge branch 'user-list-table-update' of DigiFi/digifi-bko into master 2024-09-09 18:43:41 +00:00
2 changed files with 4 additions and 4 deletions
@@ -40,13 +40,13 @@ const UserActionsCell: FC<Props> = ({id}) => {
data-kt-menu-trigger='click'
data-kt-menu-placement='bottom-end'
>
Actions
<KTIcon iconName='down' className='fs-5 m-0' />
View
{/* <KTIcon iconName='down' className='fs-5 m-0' /> */}
</a>
{/* begin::Menu */}
<div
className='menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-125px py-4'
data-kt-menu='true'
data-kt-menu='false'
>
{/* begin::Menu item */}
<div className='menu-item px-3'>
@@ -72,7 +72,7 @@ const UserActionsCell: FC<Props> = ({ id }) => {
data-kt-users-table-filter="delete_row"
onClick={async () => resendVerification()}
>
Resend Verification
Employer Verification
</a>
</div>
{/* end::Menu item */}