refactor: migrate icons to lucide.dev
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-if="responseString === 'loading'"
|
||||
class="flex flex-col p-4 items-center justify-center"
|
||||
>
|
||||
<SmartSpinner class="mb-4" />
|
||||
<SmartSpinner class="my-4" />
|
||||
<span class="text-secondaryLight">{{ $t("state.loading") }}</span>
|
||||
</div>
|
||||
<div v-else-if="responseString">
|
||||
|
||||
Reference in New Issue
Block a user