Skip to content

Commit

Permalink
Remove extra "/transparency" route in currency
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMenacer committed Jan 8, 2025
1 parent 49d2339 commit fc2ca4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function Resources({ lang, currency }: ResourcePageProps) {
<div className="mx-auto my-4 max-w-4xl text-center sm:text-left">
<div>
<Button variant="link">
<a href="../transparency/finances" target="_blank" rel="noopener noreferrer">
<a href="../finances" target="_blank" rel="noopener noreferrer">
<Typography as="span" className="text-xl sm:text-2xl">
{currency.toUpperCase()} {roundAmount(totalContributionsAmount)}{' '}
{translator.t('section-2.amount-context')}
Expand Down

0 comments on commit fc2ca4b

Please sign in to comment.