diff --git a/packages/hoppscotch-common/src/components/collections/MyCollections.vue b/packages/hoppscotch-common/src/components/collections/MyCollections.vue index 559173d3d..073d0772c 100644 --- a/packages/hoppscotch-common/src/components/collections/MyCollections.vue +++ b/packages/hoppscotch-common/src/components/collections/MyCollections.vue @@ -251,12 +251,17 @@ -
+
{{ t("collection.import_or_create") }} -
+
- -
- +
diff --git a/packages/hoppscotch-common/src/components/collections/graphql/index.vue b/packages/hoppscotch-common/src/components/collections/graphql/index.vue index 64d134018..323224d4b 100644 --- a/packages/hoppscotch-common/src/components/collections/graphql/index.vue +++ b/packages/hoppscotch-common/src/components/collections/graphql/index.vue @@ -34,7 +34,7 @@ v-if="!saveRequest" v-tippy="{ theme: 'tooltip' }" :title="t('modal.import_export')" - :icon="IconArchive" + :icon="IconImport" @click="displayModalImportExport(true)" /> @@ -66,12 +66,27 @@ :alt="`${t('empty.collections')}`" :text="t('empty.collections')" > - +
+ + {{ t("collection.import_or_create") }} + +
+ + +
+
-
+
{{ t("environment.import_or_create") }} -
+
- -
- +
-
{{ t("environment.import_or_create") }} -
+
- -
- +