Skip to content

Commit

Permalink
feat: remove depricated liquidation pool deposits
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Jun 14, 2024
1 parent bb99aa4 commit d897464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/liquidation-pools/ClaimTokens.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ClaimTokens = ({
<Card className="card-compact w-full">
<div className="card-body">
<Typography variant="h2" className="card-title justify-between">
Claimable Liquidity Pool Tokens
Claimable Liquidation Pool Tokens
</Typography>

<div className="overflow-x-auto">
Expand Down
2 changes: 1 addition & 1 deletion src/components/liquidation-pools/StakedAssets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const StakedAssets = ({
<>
<Card className="card-compact w-full">
<div className="card-body">
<Typography variant="h2" className="card-title">Staked Liquidity Pool Assets</Typography>
<Typography variant="h2" className="card-title">Staked Liquidation Pool Assets</Typography>

<div className="overflow-x-auto">
<table className="table">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/liquidation-pools/LiquidationPools.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ const LiquidationPools = () => {
<div className="card-body">
<Typography variant="h2" className="card-title flex justify-between">
{showValue ? (
'Liquidity Pool Asset Value'
'Liquidation Pool Asset Value'
) : (
'Liquidity Pool Asset Totals'
'Liquidation Pool Asset Totals'
)}
<Button size="sm" color="ghost" onClick={() => setShowValue(!showValue)}>
{showValue ? (
Expand Down

0 comments on commit d897464

Please sign in to comment.