diff --git a/src/app/components/Delegations/Delegation.tsx b/src/app/components/Delegations/Delegation.tsx index b3ff0dd0..de3e4958 100644 --- a/src/app/components/Delegations/Delegation.tsx +++ b/src/app/components/Delegations/Delegation.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from "react"; import { AiOutlineInfoCircle } from "react-icons/ai"; +import { FaBitcoin } from "react-icons/fa"; import { IoIosWarning } from "react-icons/io"; import { Tooltip } from "react-tooltip"; @@ -122,12 +123,17 @@ export const Delegation: React.FC = ({

overflow

)} -
-

- {maxDecimals(satoshiToBtc(stakingValueSat), 8)} {coinName} +

+
+ +

+ {maxDecimals(satoshiToBtc(stakingValueSat), 8)} {coinName} +

+
+

+ {durationTillNow(startTimestamp, currentTime)}

-

{durationTillNow(startTimestamp, currentTime)}

-
+
= ({ {trim(stakingTxHash)}
+ {/* Future data placeholder */} +
{/* we need to center the text without the tooltip add its size 12px and gap 4px, 16/2 = 8px */} -
+

{renderState()}

= ({
- {generateActionButton()} +
{generateActionButton()}
);