Activities on home page
This commit is contained in:
@@ -17,7 +17,7 @@ export default function HomeActivities({ className }) {
|
||||
<div className="header w-full sm:flex justify-between items-center mb-5">
|
||||
<div className="flex space-x-2 items-center mb-2 sm:mb-0">
|
||||
<h1 className="text-xl font-bold text-dark-gray dark:text-white tracking-wide">
|
||||
Activities
|
||||
Recent Activities
|
||||
</h1>
|
||||
|
||||
</div>
|
||||
@@ -26,15 +26,15 @@ export default function HomeActivities({ className }) {
|
||||
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||
<tbody>
|
||||
{/* table heading */}
|
||||
<tr className="text-base text-thin-light-gray whitespace-nowrap px-2 border-b dark:border-[#5356fb29] default-border-b dark:border-[#5356fb29] ottom ">
|
||||
<td className="py-4 w-[300px] block whitespace-nowrap">
|
||||
All Product
|
||||
</td>
|
||||
<td className="py-4 whitespace-nowrap text-center">Value</td>
|
||||
<td className="py-4 whitespace-nowrap text-center">USD</td>
|
||||
{/*<tr className="text-base text-thin-light-gray whitespace-nowrap px-2 border-b dark:border-[#5356fb29] default-border-b dark:border-[#5356fb29] ottom ">*/}
|
||||
{/* <td className="py-4 w-[300px] block whitespace-nowrap">*/}
|
||||
{/* All Product*/}
|
||||
{/* </td>*/}
|
||||
{/* <td className="py-4 whitespace-nowrap text-center">.</td>*/}
|
||||
{/* <td className="py-4 whitespace-nowrap text-center"></td>*/}
|
||||
|
||||
<td className="py-4 whitespace-nowrap text-right">Status</td>
|
||||
</tr>
|
||||
{/* <td className="py-4 whitespace-nowrap text-right"></td>*/}
|
||||
{/*</tr>*/}
|
||||
<tr className="bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] hover:bg-gray-50">
|
||||
<td className=" py-4">
|
||||
<div className="flex space-x-2 items-center">
|
||||
|
||||
Reference in New Issue
Block a user