Skip to content

Commit

Permalink
bugfix(website): formatting (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored Nov 16, 2023
1 parent 3e76008 commit 86e3821
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function Section4({ params, paymentStats, contributionStats }: Sect
</TooltipTrigger>
{/*<TooltipContent>{translator.t('section-4.transaction-fees-tooltip')}</TooltipContent>*/}
<TooltipContent>
"Exchange rate and currency losses" + "Account fees" + "Transaction fees" (without Stripe fees)
{'"Exchange rate and currency losses" + "Account fees" + "Transaction fees" (without Stripe fees)'}
</TooltipContent>
</Tooltip>
</TooltipProvider>
Expand All @@ -131,7 +131,7 @@ export async function Section4({ params, paymentStats, contributionStats }: Sect
<InformationCircleIcon className="mx-2 h-5 w-5" />
</TooltipTrigger>
{/*<TooltipContent>{translator.t('section-4.operating-costs-tooltip')}</TooltipContent>*/}
<TooltipContent>"Total operative expenses"</TooltipContent>
<TooltipContent>{'"Total operative expenses"'}</TooltipContent>
</Tooltip>
</TooltipProvider>
</Typography>
Expand All @@ -148,7 +148,7 @@ export async function Section4({ params, paymentStats, contributionStats }: Sect
<InformationCircleIcon className="mx-2 h-5 w-5" />
</TooltipTrigger>
{/*<TooltipContent>{translator.t('section-4.other-costs-tooltip')}</TooltipContent>*/}
<TooltipContent>"Other project costs"</TooltipContent>
<TooltipContent>{'"Other project costs"'}</TooltipContent>
</Tooltip>
</TooltipProvider>
</Typography>
Expand Down

0 comments on commit 86e3821

Please sign in to comment.