Skip to content

Commit

Permalink
Fix typo (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Dec 3, 2024
1 parent 3627ad0 commit 2255878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PositionManager/PositionCallout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const PositionCallout: FC<{
className="flex-1"
onClick={() => setManagerAction("flip")}
>
{isConstant ? "Decay Postion" : "Pause Position"}
{isConstant ? "Decay Position" : "Pause Position"}
</Button>
{canDelegate && (
<Button
Expand Down

0 comments on commit 2255878

Please sign in to comment.