Skip to content

Commit

Permalink
fix spinner size
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Jan 9, 2024
1 parent bd030a6 commit 1b8be22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
</template>
<template v-else>
<div class="h-100 d-flex flex-column justify-content-center align-items-center">
<Spinner size="7x" />
<Spinner size="5x" />

<!-- eslint-disable vue/no-v-html -->
<h1
Expand Down

0 comments on commit 1b8be22

Please sign in to comment.