Skip to content

Commit

Permalink
Use KSkeleton instead of KIcon which has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Oct 3, 2024
1 parent 9d07b67 commit d0313c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/_assets/javascripts/components/Spec.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
<div class=" spec mt-6 api-documentation">
<div v-if="loading" class="spec-loading-container">
<div>
<KIcon
icon="spinner"
size="96"
color="var(--steel-300)"
/>
<KSkeleton type="spinner" />
</div>
</div>

Expand Down

0 comments on commit d0313c2

Please sign in to comment.