Skip to content

Commit

Permalink
Change voting details display
Browse files Browse the repository at this point in the history
  • Loading branch information
elenabardho committed Jan 29, 2025
1 parent c747ec1 commit 4e48729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,13 @@ export const TransactionButton = () => {
<Table sx={{ mt: 3 }}>
<TableBody>
<TableRow>
<TableCell sx={{ fontWeight: "bold" }}>Vote ID </TableCell>
<TableCell sx={{ fontWeight: "bold" }}>Governance Action ID </TableCell>
<TableCell>
<a href={`${cardanoscan}${voteID}`} target="_blank">{voteID}</a>
</TableCell>
</TableRow>
<TableRow>
<TableCell sx={{ fontWeight: "bold" }}>Vote </TableCell>
<TableCell sx={{ fontWeight: "bold" }}>Vote Choice </TableCell>
<TableCell>{voteResult}</TableCell>
</TableRow>
<TableRow>
Expand Down

0 comments on commit 4e48729

Please sign in to comment.