Skip to content

Commit

Permalink
chore: copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt committed Jun 24, 2024
1 parent 0b5ebcc commit 48ff067
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
useMediaQuery
} from '@gobob/ui';
import { ReactNode } from 'react';
import { t } from 'i18next';
import { useTheme } from 'styled-components';

import { StyledCategoryTag, StyledLiveTag, StyledPartnerCard } from './PartnerCard.style';
Expand Down Expand Up @@ -109,7 +108,10 @@ const PartnerCard = ({
</PopoverContent>
</Popover>
) : (
<Tooltip color='primary' label={<P size='s'>{t('fusion.userStats.revealCodeInfo')}</P>}>
<Tooltip
color='primary'
label={<P size='s'>This is the average amount of spice distributed by the project per hour.</P>}
>
<QuestionMarkCircle color='grey-200' size='s' />
</Tooltip>
)}
Expand Down

0 comments on commit 48ff067

Please sign in to comment.