Loan data
This commit is contained in:
@@ -68,9 +68,9 @@ export default function OffersCom() {
|
||||
<th scope="col" className="px-2 text-right">
|
||||
Tenor
|
||||
</th>
|
||||
<th scope="col" className="px-2 text-right">
|
||||
Action
|
||||
</th>
|
||||
{/*<th scope="col" className="px-2 text-right">*/}
|
||||
{/* Action*/}
|
||||
{/*</th>*/}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -121,13 +121,13 @@ export default function OffersCom() {
|
||||
<div className="font-normal text-gray-500">{item?.tenor}</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2 text-right">
|
||||
<div className='flex items-center justify-end gap-3 md:gap-4'>
|
||||
<div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>
|
||||
<Icons name='eye' />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
{/*<td className="px-2 text-right">*/}
|
||||
{/* <div className='flex items-center justify-end gap-3 md:gap-4'>*/}
|
||||
{/* <div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>*/}
|
||||
{/* <Icons name='eye' />*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/*</td>*/}
|
||||
</tr>
|
||||
))
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user