diff --git a/components/views/Hook/HookTableComponent.tsx b/components/views/Hook/HookTableComponent.tsx index 4f307f9..41b3009 100644 --- a/components/views/Hook/HookTableComponent.tsx +++ b/components/views/Hook/HookTableComponent.tsx @@ -11,7 +11,7 @@ import BaseDataViewer from '../BaseDataViewer'; const columns: ColumnDef[] = [ { accessorKey: 'txHash', - header: 'Txn', + header: 'Txn Hash', cell: ({ row }) => ( {shortenString(row.original.txHash, 20)} @@ -20,7 +20,7 @@ const columns: ColumnDef[] = [ }, { accessorKey: 'id', - header: 'ID', + header: 'Hook Address', cell: ({ row }) => ( {shortenString(row.original.id, 20)}