This commit is contained in:
Andras Bacsai
2023-06-21 11:58:10 +02:00
parent 6aad65f55c
commit 065e6c55b1
5 changed files with 24 additions and 9 deletions

View File

@@ -27,8 +27,10 @@
@endif
</div>
<h4 class="pt-4">Settings</h4>
<x-forms.checkbox instantSave id="is_static" label="Is it a static site?"
helper="If your application is a static site or the final build assets should be served as a static site, enable this." />
<div class="w-52">
<x-forms.checkbox instantSave id="is_static" label="Is it a static site?"
helper="If your application is a static site or the final build assets should be served as a static site, enable this." />
</div>
<x-forms.button type="submit">
Save New Application
</x-forms.button>