chore: use auto-imported icons (#2998)

This commit is contained in:
Liyas Thomas
2023-04-21 20:20:22 +05:30
committed by GitHub
parent 80da790a3c
commit b42a94ed77
10 changed files with 12 additions and 41 deletions

View File

@@ -44,7 +44,7 @@
<span class="text-center"> No pending invites </span>
</div>
<div v-if="!fetching && error" class="flex flex-col items-center p-4">
<component :is="IconHelpCircle" class="mb-4 svg-icons" />
<icon-lucide-help-circle class="mb-4 svg-icons" />
Something went wrong. Please try again later.
</div>
</div>
@@ -53,7 +53,6 @@
<script setup lang="ts">
import IconTrash from '~icons/lucide/trash';
import IconHelpCircle from '~icons/lucide/help-circle';
import { useMutation, useClientHandle } from '@urql/vue';
import { ref, onMounted } from 'vue';
import {