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)