fix(patches): add padding to loading message for better visibility during update checks
This commit is contained in:
parent
b8bffc1507
commit
7cc91e7a04
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<div class="flex flex-col gap-6 pt-4">
|
||||
<div class="flex flex-col">
|
||||
<div>
|
||||
<div wire:target="checkForUpdates" wire:loading>
|
||||
<div class="pb-2" wire:target="checkForUpdates" wire:loading>
|
||||
Checking for updates. It may take a few minutes. <x-loading />
|
||||
</div>
|
||||
@if ($error)
|
||||
|
|
|
|||
Loading…
Reference in a new issue