Skip to content

Commit

Permalink
huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
iafhurtado committed Dec 6, 2024
1 parent f0e3d4d commit cec2d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/cdp/components/tables/YourDeposits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const YourDeposits = () => {
>
Minting Power
<div
className="tooltip tooltip-primary hover:text-neutral"
className="tooltip tooltip-primary hover:text-neutral dark:hover:text-neutral"
data-tip="The amount of $XOC you can mint based on your deposited amount."
>
<InformationCircleIcon className="h-5 w-5 inline" />
Expand All @@ -328,7 +328,7 @@ const YourDeposits = () => {
>
Health Factor
<div
className="tooltip tooltip-primary hover:text-neutral"
className="tooltip tooltip-primary hover:text-neutral dark:hover:text-neutral"
data-tip="The Health of your position, which tells you how much you still can leverage your asset's worth. The closer to 1 it gets, the riskier your position becomes, when it gets under 1 the position can get liquidated."
>
<InformationCircleIcon className="h-5 w-5 inline" />
Expand Down

0 comments on commit cec2d54

Please sign in to comment.