Skip to content

Commit

Permalink
dApp: Replace "Your balance" with "Your Acre balance" (#907)
Browse files Browse the repository at this point in the history
Closes: AENG-53

Same as above
  • Loading branch information
kkosiorowska authored Nov 29, 2024
2 parents 524e309 + aaef468 commit 7d78428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/pages/DashboardPage/PositionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function PositionDetails() {
<VStack alignItems="start" spacing={0}>
{/* TODO: Component should be moved to `CardHeader` */}
<TextMd>
Your balance
Your Acre balance
{/* TODO: Uncomment when position will be implemented */}
{/* {positionPercentage && (
<Tag
Expand Down

0 comments on commit 7d78428

Please sign in to comment.