Skip to content

Commit

Permalink
change hints of block epoch reward distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Aug 26, 2024
1 parent 5ccca79 commit 63fa4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/block/epochRewards/BlockEpochRewardsDistribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BlockEpochRewardsDistribution = ({ data, isLoading }: Props) => {
{ data.distribution.community_transfer && (
<>
<DetailsInfoItem.Label
hint="Community fund"
hint="Funds allocation to support Celo projects and community initiatives"
isLoading={ isLoading }
>
Community fund
Expand All @@ -40,7 +40,7 @@ const BlockEpochRewardsDistribution = ({ data, isLoading }: Props) => {
{ data.distribution.carbon_offsetting_transfer && (
<>
<DetailsInfoItem.Label
hint="Carbon offset fund"
hint="Funds allocation to support projects that make Celo carbon-negative"
isLoading={ isLoading }
>
Carbon offset fund
Expand All @@ -53,7 +53,7 @@ const BlockEpochRewardsDistribution = ({ data, isLoading }: Props) => {
{ data.distribution.reserve_bolster_transfer && (
<>
<DetailsInfoItem.Label
hint="Reserve bolster"
hint="Funds allocation to strengthen Celo’s reserve for network stability and security"
isLoading={ isLoading }
>
Reserve bolster
Expand Down

0 comments on commit 63fa4c0

Please sign in to comment.