diff --git a/packages/hoppscotch-app/components/app/Fuse.vue b/packages/hoppscotch-app/components/app/Fuse.vue index b13c10049..cb0e8088f 100644 --- a/packages/hoppscotch-app/components/app/Fuse.vue +++ b/packages/hoppscotch-app/components/app/Fuse.vue @@ -14,7 +14,7 @@ class="flex flex-col text-secondaryLight p-4 items-center justify-center" > manage_search - + {{ t("state.nothing_found") }} "{{ search }}" diff --git a/packages/hoppscotch-app/components/app/PowerSearch.vue b/packages/hoppscotch-app/components/app/PowerSearch.vue index 8e01849a1..6c52873d5 100644 --- a/packages/hoppscotch-app/components/app/PowerSearch.vue +++ b/packages/hoppscotch-app/components/app/PowerSearch.vue @@ -17,22 +17,22 @@ class="bg-transparent flex flex-shrink-0 text-base text-secondaryDark p-6" />
- + {{ t("action.to_navigate") }} - + {{ t("action.to_select") }}
ESC - + {{ t("action.to_close") }}
diff --git a/packages/hoppscotch-app/components/app/Section.vue b/packages/hoppscotch-app/components/app/Section.vue deleted file mode 100644 index 19cbb462a..000000000 --- a/packages/hoppscotch-app/components/app/Section.vue +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/components/app/Shortcuts.vue b/packages/hoppscotch-app/components/app/Shortcuts.vue index 3e07461c0..973ad29ee 100644 --- a/packages/hoppscotch-app/components/app/Shortcuts.vue +++ b/packages/hoppscotch-app/components/app/Shortcuts.vue @@ -1,29 +1,24 @@