From 501e01fe23c620a43d17bfd49d8d31cac121413b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 24 Oct 2020 17:36:33 +0530 Subject: [PATCH] Update sponsor message --- components/layout/pw-header.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/layout/pw-header.vue b/components/layout/pw-header.vue index 45517b1d9..f4fdc7ad4 100644 --- a/components/layout/pw-header.vue +++ b/components/layout/pw-header.vue @@ -364,15 +364,15 @@ export default { setTimeout(() => { this.$toast.clear() this.$toast.show( - "Make a donation to support Hoppscotch open source project 🎉
Whoosh this away to dismiss.
", + "Sponsor us to support Hoppscotch open source project 💖
Whoosh this away to dismiss.
", { icon: "", duration: 0, theme: "toasted-ad", action: [ { - text: "DONATE", - icon: "favorite", + text: "Sponsor", + icon: "chevron_right", onClick: (e, toastObject) => { localStorage.setItem("showAd", "no") toastObject.goAway(0)