diff --git a/assets/images/Tyk-side-project-logo-tagline-blk.png b/assets/images/Tyk-side-project-logo-tagline-blk.png index af768dae7..3c9c64a78 100644 Binary files a/assets/images/Tyk-side-project-logo-tagline-blk.png and b/assets/images/Tyk-side-project-logo-tagline-blk.png differ diff --git a/components/collections/import-export-collections.vue b/components/collections/import-export-collections.vue index 93b91b9fb..3a89735c4 100644 --- a/components/collections/import-export-collections.vue +++ b/components/collections/import-export-collections.vue @@ -139,6 +139,8 @@ export default { // Do nothing } } else if (collections.info && collections.info.schema.includes("v2.1.0")) { + //replace the variables, postman uses {{var}}, Hoppscotch uses <> + collections = JSON.parse(content.replaceAll(/{{([a-z]+)}}/gi, '<<$1>>')) collections = this.parsePostmanCollection(collections) } else { return this.failedImport() diff --git a/static/banner.jpg b/static/banner.jpg index 5c1e319a0..cb94dd640 100644 Binary files a/static/banner.jpg and b/static/banner.jpg differ diff --git a/static/banner.png b/static/banner.png index 2d488d28c..b048df472 100644 Binary files a/static/banner.png and b/static/banner.png differ diff --git a/static/icon.png b/static/icon.png index 87a62717d..4eb227043 100644 Binary files a/static/icon.png and b/static/icon.png differ diff --git a/static/images/pw_logo.jpg b/static/images/pw_logo.jpg index 2cee889bb..cfdd5d91c 100644 Binary files a/static/images/pw_logo.jpg and b/static/images/pw_logo.jpg differ diff --git a/static/images/pw_logo.png b/static/images/pw_logo.png index 7dc734099..020430e6e 100644 Binary files a/static/images/pw_logo.png and b/static/images/pw_logo.png differ diff --git a/static/images/screenshot1.png b/static/images/screenshot1.png index 4f47b1968..9e04012b9 100644 Binary files a/static/images/screenshot1.png and b/static/images/screenshot1.png differ diff --git a/static/images/screenshot2.png b/static/images/screenshot2.png index 5086e0f1a..b4c69ae21 100644 Binary files a/static/images/screenshot2.png and b/static/images/screenshot2.png differ diff --git a/static/logo.png b/static/logo.png index 87a62717d..4eb227043 100644 Binary files a/static/logo.png and b/static/logo.png differ