This commit is contained in:
Timur Ercan
2023-02-02 14:48:28 +01:00
parent f503a4a3a3
commit 4ae9d27ba1

View File

@ -191,10 +191,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
</p> </p>
</td> </td>
<td className="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6"> <td className="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
<Link <Link href={"/documents/" + document.id}>
href={"/documents/" + document.id}
className="text-indigo-600 hover:text-indigo-900"
>
<TrashIcon <TrashIcon
className="flex-shrink-0 -ml-1 mr-3 h-6 w-6 inline text-neon" className="flex-shrink-0 -ml-1 mr-3 h-6 w-6 inline text-neon"
aria-hidden="true" aria-hidden="true"