Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/pages/donate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ const isUK = country === "GB";
To make a gift via stock or cryptocurrency, visit our <a
href="https://thegivingblock.com/donate/tech-for-palestine/"
target="_blank"
class="font-semibold text-green-700 underline hover:text-green-800"
>form here</a
class="font-semibold text-green-700 underline hover:text-green-800">form here</a
>.
</p>
</li>
Expand All @@ -190,11 +189,13 @@ const isUK = country === "GB";
<li>
<h4 class="font-semibold text-gray-800">Major Gifts</h4>
<p class="mt-1 text-sm">
For more information about making a major gift, please contact <a
href="mailto:donations&#64;techforpalestine.org"
For more information about making a major gift or for other questions about
donations, please contact
<a
href="mailto:donations@techforpalestine.org"
class="font-semibold text-green-700 underline hover:text-green-800"
>donations&#64;techforpalestine.org</a
>.
>
</p>
</li>
</ul>
Expand Down
Loading