Skip to content

Commit d9083ea

Browse files
committed
add var to not render donation campaign
1 parent f3b1eeb commit d9083ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ const store = setupStore(initialState);
2323

2424
const DONATE_LOGO_IMAGE_URL = 'https://donorbox.org/images/white_logo.svg';
2525

26+
const showDonateCampaign = false;
27+
2628
if (
29+
showDonateCampaign &&
2730
window.location.href.indexOf('full') === -1 &&
2831
window.location.href.indexOf('embed') === -1
2932
) {

0 commit comments

Comments
 (0)