Skip to content

Commit

Permalink
Merge branch 'main' into in-progress-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Nov 29, 2024
2 parents 291b929 + 7d78428 commit ed704e4
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 @@ -65,7 +65,7 @@ export default function PositionDetails() {
<VStack alignItems="start" spacing={0}>
{/* TODO: Component should be moved to `CardHeader` */}
<HStack>
<TextMd>Your balance</TextMd>
<TextMd>Your Acre balance</TextMd>
{activities.status === "pending" && (
<Tooltip
label="Your balance will update once the pending deposit is finalized."
Expand Down

0 comments on commit ed704e4

Please sign in to comment.