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 0a83739 commit bb99aa4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 409 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 Tokens
Claimable Liquidity 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 Assets</Typography>
<Typography variant="h2" className="card-title">Staked Liquidity Pool Assets</Typography>

<div className="overflow-x-auto">
<table className="table">
Expand Down
Loading

0 comments on commit bb99aa4

Please sign in to comment.