From bd5f95b1c5777eb5f91b2e9af4fb574394942d92 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 24 Feb 2023 18:41:36 +0530 Subject: [PATCH] chore: replace material-icons with lucide-icons --- .../hoppscotch-common/src/components/environments/index.vue | 2 +- .../src/components/environments/teams/index.vue | 2 +- packages/hoppscotch-common/src/pages/join-team.vue | 4 ++-- packages/hoppscotch-common/src/pages/r/_id.vue | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/hoppscotch-common/src/components/environments/index.vue b/packages/hoppscotch-common/src/components/environments/index.vue index 8afe7d2ee..391296f29 100644 --- a/packages/hoppscotch-common/src/components/environments/index.vue +++ b/packages/hoppscotch-common/src/components/environments/index.vue @@ -144,7 +144,7 @@ v-if="!loading && adapterError" class="flex flex-col items-center py-4" > - help_outline + {{ getErrorMessage(adapterError) }} diff --git a/packages/hoppscotch-common/src/components/environments/teams/index.vue b/packages/hoppscotch-common/src/components/environments/teams/index.vue index 3e77f7218..3d281c408 100644 --- a/packages/hoppscotch-common/src/components/environments/teams/index.vue +++ b/packages/hoppscotch-common/src/components/environments/teams/index.vue @@ -94,7 +94,7 @@ v-if="!loading && adapterError" class="flex flex-col items-center py-4" > - help_outline + {{ getErrorMessage(adapterError) }} - error_outline +

{{ t("team.invalid_invite_link") }}

@@ -42,7 +42,7 @@ v-if="!inviteDetails.loading && E.isLeft(inviteDetails.data)" class="flex flex-col items-center p-4" > - error_outline +

{{ getErrorMessage(inviteDetails.data.left) }}

diff --git a/packages/hoppscotch-common/src/pages/r/_id.vue b/packages/hoppscotch-common/src/pages/r/_id.vue index 89710cf9f..d1faa769f 100644 --- a/packages/hoppscotch-common/src/pages/r/_id.vue +++ b/packages/hoppscotch-common/src/pages/r/_id.vue @@ -4,7 +4,7 @@ v-if="invalidLink" class="flex flex-col items-center justify-center flex-1" > - error_outline +

{{ t("error.invalid_link") }}

@@ -24,7 +24,7 @@ v-if="!shortcodeDetails.loading && E.isLeft(shortcodeDetails.data)" class="flex flex-col items-center p-4" > - error_outline +

{{ t("error.invalid_link") }}