diff --git a/explorer/src/components/InfoTooltip.tsx b/explorer/src/components/InfoTooltip.tsx index 561102de94..1f0e648e27 100644 --- a/explorer/src/components/InfoTooltip.tsx +++ b/explorer/src/components/InfoTooltip.tsx @@ -36,13 +36,14 @@ function Popover({ function InfoTooltip({ bottom, right, text, children }: Props) { const [state, setState] = useState("hide"); + const justify = right ? "end" : "start"; return (
setState("show")} onMouseOut={() => setState("hide")} > -
+
{children}
diff --git a/explorer/src/components/TransactionDetails.tsx b/explorer/src/components/TransactionDetails.tsx index 380dea50aa..96c4ee4bb0 100644 --- a/explorer/src/components/TransactionDetails.tsx +++ b/explorer/src/components/TransactionDetails.tsx @@ -165,7 +165,7 @@ function StatusCard({ signature }: Props) { Unavailable @@ -185,7 +185,11 @@ function StatusCard({ signature }: Props) { {blockhash && ( - Blockhash + + + Nonce + + {blockhash}