apply loan page started
This commit is contained in:
@@ -40,7 +40,7 @@ export default function ApplyCom() {
|
|||||||
<TableWrapper data={dummy} itemsPerPage={7}>
|
<TableWrapper data={dummy} itemsPerPage={7}>
|
||||||
{({ data }) => (
|
{({ data }) => (
|
||||||
<>
|
<>
|
||||||
<table className="py-2 w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
|
<table className="hidden py-2 w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
|
||||||
<thead className="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
|
<thead className="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="p-3">
|
<th scope="col" className="p-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user