Refactor environment variable helper text in blade files

This commit is contained in:
Andras Bacsai
2024-04-17 10:49:24 +02:00
parent 63758c6679
commit ac98f5862a
4 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<div>
<div class="flex items-start gap-2">
<h1>Servers</h1>
<x-modal-input buttonTitle="+ Add" title="New Server">
<x-modal-input buttonTitle="+ Add" title="New Server" :closeOutside="false">
<livewire:server.create />
</x-modal-input>
</div>