Skip to content

Commit

Permalink
chore: replace "Loading..." text with spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 21, 2024
1 parent 6e06b40 commit c34cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div id="app" class="font-primary text-lg text-text-main">
<!-- Show loading state. App will replace this after rendering -->
<div class="flex h-screen w-full items-center justify-center">
Loading...
<span class="icon-[mdi--loading] animate-spin text-2xl text-icon-main"></span>
</div>
</div>
</body>
Expand Down

0 comments on commit c34cc78

Please sign in to comment.