Skip to content

Commit

Permalink
multiply position
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinPlatt committed Dec 20, 2024
1 parent fec0fc4 commit 544ca06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/app/src/comps/Positions/PositionCardLeverage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function PositionCardLeverage({
color: "positionContent",
})}
>
<div>Multiply</div>
<div>Multiply position</div>
{statusTag}
</div>,
]}
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/screens/LoanScreen/LoanScreenCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function LoanCard({
),
label: mode === "multiply"
? "Convert to BOLD loan"
: "Convert to Multiply",
: "Convert to Multiply position",
},
{
icon: (
Expand Down

0 comments on commit 544ca06

Please sign in to comment.