Skip to content

Commit

Permalink
remove links to a.plant-for-the-planet.org
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Apr 9, 2024
1 parent 17ea8a2 commit 12b3444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Donations/Components/PaymentsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function PaymentsForm(): ReactElement {
)}
<br />
<a
href="https://a.plant-for-the-planet.org/"
href="https://www.plant-for-the-planet.org/"
target="_blank"
rel="noreferrer"
className="text-center nolink"
Expand Down
4 changes: 2 additions & 2 deletions src/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function Footer(): ReactElement {
<a
target="_blank"
rel="noreferrer"
href={`https://a.plant-for-the-planet.org/${i18n.language}/faq`}
href={`https://www.plant-for-the-planet.org/${i18n.language}/faq`}
>
{t("faqs")}
</a>
Expand All @@ -95,7 +95,7 @@ function Footer(): ReactElement {
<a
target="_blank"
rel="noreferrer"
href="https://a.plant-for-the-planet.org/"
href="https://www.plant-for-the-planet.org/"
>
<img
src="https://cdn.plant-for-the-planet.org/logo/svg/planet.svg"
Expand Down

0 comments on commit 12b3444

Please sign in to comment.