login history and reminder date format

This commit was merged in pull request #61.
This commit is contained in:
Chukwumdiebube
2023-02-20 17:22:30 +01:00
parent df2f6dc3e3
commit 8b84647e22
3 changed files with 10 additions and 10 deletions
@@ -77,23 +77,20 @@ export default function LoginActivityTab() {
<td className="text-center py-4">
<div className="flex items-center justify-center">
<span className="text-base text-dark-gray dark:text-white font-medium whitespace-nowrap px-2">
Desktop
{/* {data.channel} */}
{data.channel}
</span>
</div>
</td>
<td className="text-center py-4">
<div className="flex space-x-1 items-center justify-center">
<span className="text-base text-dark-gray dark:text-white font-medium whitespace-nowrap px-2">
10-10-2035
{/* {data.date} */}
{data.added.split(' ')[0]}
</span>
</div>
</td>
<td className="text-center py-4">
<span className="text-base text-dark-gray dark:text-white whitespace-nowrap px-2">
10.0.0.1000
{/* {data.location} */}
{data.loc}
</span>
</td>
</tr>