e.stopPropagation()"
+ :src="`/images/states/${colorMode.value}/pack.svg`"
+ :alt="`${t('empty.collections')}`"
+ :text="t('empty.collections')"
+ @drop.stop
>
{{ t("collection.import_or_create") }}
-
-
-
-
+ e.stopPropagation()"
+ :src="`/images/states/${colorMode.value}/pack.svg`"
+ :alt="`${t('empty.collections')}`"
+ :text="t('empty.collections')"
+ @drop.stop
>
-
-
-
-
-
e.stopPropagation()"
- >
-
-
+
+
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)"
/>