Skip to content

Commit

Permalink
Update LoadingComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
krlan2789 committed Feb 19, 2024
1 parent d70e8c8 commit d6c23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadingComponent.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section id="loading-component" class="w-full h-16 py-0">
<section id="loading-component" class="w-full h-64 py-0">
<div class="flex items-center justify-center w-full h-full p-5">
<div class="flex space-x-2 animate-pulse">
<div class="w-3 h-3 rounded-full bg-primary"></div>
Expand Down

0 comments on commit d6c23e3

Please sign in to comment.