Skip to content

Commit

Permalink
Merge pull request #464 from Plant-for-the-Planet-org/develop
Browse files Browse the repository at this point in the history
Release 2024-04
  • Loading branch information
mariahosfeld authored Jun 18, 2024
2 parents 17ea8a2 + 120fe93 commit 8254d9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion src/Donations/Micros/ShareOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const ShareOptions = ({
onMouseOver={() => setCurrentHover(4)}
onClick={() =>
shareClicked(
`https://twitter.com/intent/tweet?hashtags=StopTalkingStartPlanting,TrillionTrees&via=trilliontrees&url=${linkToShare}&text=${textToShare}`
`https://twitter.com/intent/tweet?hashtags=StopTalkingStartPlanting,TrillionTrees&url=${linkToShare}&text=${textToShare}`
)
}
>
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 8254d9c

Please sign in to comment.