style inspect button

This commit is contained in:
andrzej 2024-06-24 10:16:05 +02:00
parent c8f374f754
commit 1546a2ff31
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export function actions({ pathname, deleteFn }: { pathname: string, deleteFn: (i
// header: "Actions",
cell: ({ row }) => {
return <div className="flex items-center justify-around">
<Link href={`${pathname}/${row.original.id}`}><Search /></Link>
<Link href={`${pathname}/${row.original.id}`}><Button variant="ghost"><Search /></Button></Link>
<Dialog>
<DialogTrigger asChild>
<Button variant="ghost"><Trash2 color="red" /></Button>