Skip to content

Commit

Permalink
change to preview url
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshpro committed Nov 22, 2021
1 parent 2c41923 commit 051c15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
}

#planetDonationsWidget{
display: none;
display: block;
}
#planetDonationsCust {
display: none;
display: block;
}

.customizationContainer, .customizationContainer{
Expand Down
4 changes: 2 additions & 2 deletions src/Donations/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
<span on:click={closeModal} class="close">&times;</span>
<div class="modal-body">
<iframe
src="https://donate.plant-for-the-planet.org/?to=ridge-to-reef"
src="https://donate-with-planet-e1d30kvap-planetapp.vercel.app/?to=ridge-to-reef"
width="100%"
height="100%"
frameborder="0"
scrolling="no"
scrolling="yes"
allowtransparency="true"
allowpaymentrequest="true"
title="Donate to Plant for the Planet"
Expand Down

0 comments on commit 051c15f

Please sign in to comment.