diff --git a/netlify.toml b/netlify.toml index a00bb82a1..f8d4e742c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -33,7 +33,7 @@ [[redirects]] from = "/careers" - to = "https://hoppscotch.notion.site/3b9d5d5239a043bfb91701faabf5b8f0" + to = "https://company.hoppscotch.io/careers" status = 301 force = true @@ -54,3 +54,9 @@ to = "https://github.com/hoppscotch/hoppscotch" status = 301 force = true + +[[redirects]] + from = "/announcements" + to = "https://company.hoppscotch.io/announcements" + status = 301 + force = true diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index cefeb23c3..23e531728 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -41,7 +41,7 @@ :label="$t('import.from_gist')" @click.native=" () => { - readCollectionGist + readCollectionGist() $refs.options.tippy().hide() } " diff --git a/packages/hoppscotch-app/components/http/Authorization.vue b/packages/hoppscotch-app/components/http/Authorization.vue index 6f6471362..61043e534 100644 --- a/packages/hoppscotch-app/components/http/Authorization.vue +++ b/packages/hoppscotch-app/components/http/Authorization.vue @@ -136,152 +136,103 @@ class="mb-4" /> -