Skip to content

Commit 1b68244

Browse files
committed
fix class for tx details from
1 parent 19bb46c commit 1b68244

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/terminal/src/lib/components

1 file changed

+1
-1
lines changed

libs/remix-ui/terminal/src/lib/components/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const showTable = (opts, showTableHash) => {
115115
) : null}
116116
{opts.from ? (
117117
<tr className="remix_ui_terminal_tr">
118-
<td className="td tableTitle" data-shared={`key_${opts.hash}`}>
118+
<td className="remix_ui_terminal_td" data-shared={`key_${opts.hash}`}>
119119
from
120120
</td>
121121
<td

0 commit comments

Comments
 (0)