Skip to content

Commit

Permalink
Update donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
HSZemi committed Oct 3, 2021
1 parent 02692e3 commit 39d398e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NavBar extends React.Component<WithTranslation, object> {
</div>
<div className="navbar-end is-flex-touch">
<div className="navbar-item">
<a href="https://siegeengineers.org/donate" className="button is-ghost"><Trans>menu.donate</Trans></a>
<a href="https://siegeengineers.org/donate/?from=aoe2cm" className="button is-ghost"><Trans>menu.donate</Trans></a>
</div>
<div className="navbar-item">
<Trans i18nKey="youAre">You are:</Trans> &nbsp;
Expand Down

0 comments on commit 39d398e

Please sign in to comment.