diff --git a/README.md b/README.md
index 1238665fb..f5617b3fc 100644
--- a/README.md
+++ b/README.md
@@ -400,6 +400,121 @@ See the list of [contributors](https://github.com/hoppscotch/hoppscotch/graphs/c
Become a financial contributor and help us sustain our community [[Contribute](https://opencollective.com/hoppscotch/contribute)].
+#### GitHub Sponsors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website [[Contribute](https://opencollective.com/hoppscotch/contribute)].
diff --git a/components/layout/contributors.vue b/components/layout/contributors.vue
index 03f1a89cb..30d180aba 100644
--- a/components/layout/contributors.vue
+++ b/components/layout/contributors.vue
@@ -89,7 +89,7 @@
@@ -134,21 +134,124 @@
Contribute.
Code Contributors
-
- This project exists thanks to all the people who contribute.
-
+
This project exists thanks to all the people who contribute.
diff --git a/components/layout/pw-header.vue b/components/layout/pw-header.vue
index 9f5179be3..7b538f365 100644
--- a/components/layout/pw-header.vue
+++ b/components/layout/pw-header.vue
@@ -362,34 +362,34 @@ export default {
})
}
- let showAd = localStorage.getItem("showAd") === "no"
- if (!showAd) {
- setTimeout(() => {
- this.$toast.clear()
- this.$toast.show(
- "Postwoman is now Hoppscotch 🎉
Read the announcement →
Whoosh this away to dismiss.",
- {
- icon: "",
- duration: 0,
- theme: "toasted-ad",
- action: [
- {
- text: "GitHub",
- icon: "chevron_right",
- onClick: (e, toastObject) => {
- // localStorage.setItem("showAd", "no")
- toastObject.goAway(0)
- window.open("https://github.com/hoppscotch/hoppscotch")
- },
- },
- ],
- onComplete() {
- // localStorage.setItem("showAd", "no")
- },
- }
- )
- }, 8000)
- }
+ // let showAd = localStorage.getItem("showAd") === "no"
+ // if (!showAd) {
+ // setTimeout(() => {
+ // this.$toast.clear()
+ // this.$toast.show(
+ // "Postwoman is now Hoppscotch 🎉
Read the announcement →
Whoosh this away to dismiss.",
+ // {
+ // icon: "",
+ // duration: 0,
+ // theme: "toasted-ad",
+ // action: [
+ // {
+ // text: "GitHub",
+ // icon: "chevron_right",
+ // onClick: (e, toastObject) => {
+ // // localStorage.setItem("showAd", "no")
+ // toastObject.goAway(0)
+ // window.open("https://github.com/hoppscotch/hoppscotch")
+ // },
+ // },
+ // ],
+ // onComplete() {
+ // // localStorage.setItem("showAd", "no")
+ // },
+ // }
+ // )
+ // }, 8000)
+ // }
let showExtensionsToast = localStorage.getItem("showExtensionsToast") === "yes"