diff --git a/src/index.html b/src/index.html
index 999cc0b..cf8c73c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -285,7 +285,7 @@
-
+
Support the developer
diff --git a/src/partials/changelog.html b/src/partials/changelog.html
index e83b6a6..dbd668f 100644
--- a/src/partials/changelog.html
+++ b/src/partials/changelog.html
@@ -16,7 +16,7 @@
Tweet out your feature requests, comments & suggestions to @webmakerApp.
Like this extension? Please rate it here.
- Show some love + Support the developer + Share Web Maker Chat Report a bug - Support the developer
diff --git a/src/partials/pledge-modal.html b/src/partials/pledge-modal.html index ec25d05..a81d572 100644 --- a/src/partials/pledge-modal.html +++ b/src/partials/pledge-modal.html @@ -6,23 +6,17 @@
Hi! Web Maker is a free and open-source project. To keep myself motivated for working on such open-source and free side projects, I am accepting donations. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward, creating & maintaining more such useful projects. So please consider donating ๐๐ผ (could be as small as $1/month). +
Hi, Kushagra here! Web Maker is a free and open-source project. To keep myself motivated for working on such open-source and free side projects, I am accepting donations. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward making Web Maker more awesome๐ฅ. So please consider donating. ๐๐ผ (could be as small as $1/month).
- \ No newline at end of file diff --git a/src/paypal-logo.png b/src/paypal-logo.png deleted file mode 100644 index aab877a..0000000 Binary files a/src/paypal-logo.png and /dev/null differ diff --git a/src/script.js b/src/script.js index d115ee1..604db7a 100644 --- a/src/script.js +++ b/src/script.js @@ -2042,6 +2042,12 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn e.preventDefault(); }; + scope.openSupportDeveloperModal = function(e) { + closeAllOverlays(); + trackEvent('ui', e.target.dataset.eventAction); + scope.toggleModal(pledgeModal); + } + scope.updateProfileUi = () => { if (window.user) { document.body.classList.add('is-logged-in'); diff --git a/src/style.css b/src/style.css index da7b46f..948ee18 100644 --- a/src/style.css +++ b/src/style.css @@ -39,6 +39,9 @@ p { .flex-v-center { align-items: center; } +.flex-h-center { + justify-content: center; +} .fr { float: right; } @@ -1148,10 +1151,6 @@ body:not(.is-app) .show-when-app { display: none; } -.onboard-selection-wrap { - justify-content: center; - align-items: center; -} .onboard-selection { padding: 10px; margin: 0 40px;