Closed norbertschuler closed 7 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
donate-with-planet | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 9, 2024 10:28am |
The update involves modifying URLs in the project's PaymentsForm
and Footer
components, replacing instances of "https://a.plant-for-the-planet.org/" with "https://www.plant-for-the-planet.org/". This change ensures users are directed to the correct, presumably more secure or official, website address when clicking on links related to donations and organizational information.
File Path | Change Summary |
---|---|
.../PaymentsForm.tsx |
Updated URL for a donation link |
.../Footer.tsx |
Updated URLs for FAQ and organization's logo links |
🐰✨
In the land of code, where changes bloom,
URLs shift, giving old links room.
From 'a' to 'www', a journey small,
Yet for the planet, it stands tall.
Hop, hop, hurray, for paths anew,
May each click, a greener earth construe.
🌍💚🐇
src/Layout/Footer.tsx (2)
`89-89`: Updated URL for FAQs correctly reflects the new domain. Good use of localization with `i18n.language`. --- `98-98`: Updated URL for the organization's logo correctly reflects the new domain.src/Donations/Components/PaymentsForm.tsx (1)
`509-509`: Updated URL correctly reflects the new domain. Ensures users are directed to the correct site for donation processing information.
Fixes #
Changes in this pull request:
Summary by CodeRabbit