Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Mar 7, 2024
1 parent 7b0c357 commit 8cc2181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hydra-explorer/web/src/components/HeadDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const HeadDetails: React.FC<HeadDetailsProps> = ({ head, onClose }) => {
<th className="text-center px-4 py-2">On Chain ID</th>
<th className="text-center px-4 py-2">Party VKey</th>
<th className="text-center px-4 py-2">Total Value Committed</th>
<th className="text-center px-4 py-2">View UTxO Details</th>
<th className="text-center px-4 py-2">Details</th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions hydra-explorer/web/src/components/HeadsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const HeadsTable: React.FC = () => {
<th className="text-center px-4 py-2">Block Number</th>
<th className="text-center px-4 py-2">Block Hash</th>
<th className="text-center px-4 py-2">Value Locked</th>
<th className="text-center px-4 py-2">Actions</th>
<th className="text-center px-4 py-2">Details</th>
</tr>
</thead>
<tbody>
Expand All @@ -46,7 +46,7 @@ const HeadsTable: React.FC = () => {
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onClick={() => handleRowClick(head)}
>
Details
View
</button>
</td>
</tr>
Expand Down

0 comments on commit 8cc2181

Please sign in to comment.