removed unwanted icons and text
This commit was merged in pull request #11.
This commit is contained in:
@@ -12,10 +12,10 @@ const ListsWidget3: React.FC<Props> = ({className}) => {
|
||||
<div className={`card ${className}`}>
|
||||
{/* begin::Header */}
|
||||
<div className='card-header border-0'>
|
||||
<h3 className='card-title fw-bold text-gray-900'>Todo</h3>
|
||||
<h3 className='card-title fw-bold text-gray-900'>BVN Verification</h3>
|
||||
<div className='card-toolbar'>
|
||||
{/* begin::Menu */}
|
||||
<button
|
||||
{/* <button
|
||||
type='button'
|
||||
className='btn btn-sm btn-icon btn-color-primary btn-active-light-primary'
|
||||
data-kt-menu-trigger='click'
|
||||
@@ -23,8 +23,8 @@ const ListsWidget3: React.FC<Props> = ({className}) => {
|
||||
data-kt-menu-flip='top-end'
|
||||
>
|
||||
<KTIcon iconName='category' className='fs-2' />
|
||||
</button>
|
||||
<Dropdown1 />
|
||||
</button> */}
|
||||
{/* <Dropdown1 /> */}
|
||||
{/* end::Menu */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user