style inspect button
This commit is contained in:
parent
1a7d439e30
commit
37ae474de7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue