Skip to content

Commit

Permalink
fix: updated tooltip titles
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Feb 3, 2025
1 parent a88fbdf commit 86559a1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ export default function RestorationProjectDetails() {
<div className="basis-1/2 space-y-2">
<FormLabel
tooltip={{
title: "Tier 1 - IPCC Default value",
title: SEQUESTRATION_RATE_TIER_TYPES.TIER_1,
content: "TBD",
}}
>
Tier 1 - IPCC Default value
{SEQUESTRATION_RATE_TIER_TYPES.TIER_1}
</FormLabel>
<div className="relative flex flex-1 items-center after:absolute after:right-6 after:inline-block after:text-sm after:text-muted-foreground after:content-['tCO2e/ha/yr']">
<Input
Expand All @@ -247,7 +247,7 @@ export default function RestorationProjectDetails() {
<div className="basis-1/2 space-y-2">
<FormLabel
tooltip={{
title: "Country-specific rate",
title: SEQUESTRATION_RATE_TIER_TYPES.TIER_2,
content: "TBD",
}}
>
Expand All @@ -271,7 +271,7 @@ export default function RestorationProjectDetails() {
<FormItem className="basis-1/2 space-y-2">
<FormLabel
tooltip={{
title: "Project-specific sequestration rate",
title: SEQUESTRATION_RATE_TIER_TYPES.TIER_3,
content: "TBD",
}}
>
Expand Down

0 comments on commit 86559a1

Please sign in to comment.