mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
qoc
This commit is contained in:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user