Skip to content

Commit

Permalink
feat: tooltip done
Browse files Browse the repository at this point in the history
  • Loading branch information
MdTeach committed Aug 22, 2023
1 parent 118c05e commit 20b4552
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 698 deletions.
6 changes: 3 additions & 3 deletions src/components/yield/YieldPoolCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ const YieldPoolCard = ({
{true ?
<StakingToolTip
error={true}
ToolTipTitle={"Nothing to Withdraw, so you cannot Migrate."}
ToolTipTitle={"Dapp is currently under a Scheduled maintainence. All actions will be resumed shortly"}
ToolTipWidth={"16rem"}
bottom={'-50px'}
margin="0 0 15px 0"
Expand Down Expand Up @@ -795,7 +795,7 @@ const YieldPoolCard = ({
{true ?
<StakingToolTip
error={true}
ToolTipTitle={unstakeErrorMessage ? unstakeErrorMessage : "Nothing to unstake, Stake First"}
ToolTipTitle={"Dapp is currently under a Scheduled maintainence. All actions will be resumed shortly"}
ToolTipWidth={"16rem"}
margin={'0 10px 0 0'}
bottom={'-30px'}
Expand Down Expand Up @@ -831,7 +831,7 @@ const YieldPoolCard = ({
{true ?
<StakingToolTip
bottom={'-30px'}
ToolTipTitle={"No Rewards to Claim"}
ToolTipTitle={"Dapp is currently under a Scheduled maintainence. All actions will be resumed shortly"}
error={true}
ToolTipWidth={"10rem"}
>
Expand Down
Loading

0 comments on commit 20b4552

Please sign in to comment.