Skip to content

Commit

Permalink
Tweaked tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Nov 5, 2023
1 parent 5364780 commit d1ee945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Silo/RewardsSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const RewardsSummary: FC<RewardsBarProps & { compact?: boolean }> = ({
/>
<RewardItem
title="Earned Stalk"
tooltip="Stalk earned from Earned Beans. Earned Stalk automatically contribute to Stalk ownership and do not require any action to claim them."
tooltip="Stalk earned from Earned Beans. Earned Stalk automatically contribute to Stalk ownership even before claiming."
amount={stalk.earned}
icon={stalkIcon}
compact={compact}
Expand Down

0 comments on commit d1ee945

Please sign in to comment.