Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpeinanw committed Jan 2, 2025
1 parent c04334f commit ba6720f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/bcros/LoadingIcon.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/bcros/LoadingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps({ spinnerText: { type: String, required: false, default: undefined }
}"
>
<div class="w-full h-full text-center items-center">
<BcrosLoadingIcon />
<UIcon class="text-6xl text-gray-700 animate-spin" name="i-mdi-loading" data-cy="loading-icon" />
<p v-if="spinnerText" class="text-white font-semibold">
{{ spinnerText }}
</p>
Expand Down

0 comments on commit ba6720f

Please sign in to comment.