refactor new project

This commit is contained in:
Andras Bacsai
2024-11-03 23:42:00 +01:00
parent 1bdc2c6d7c
commit 8854eeb911
2 changed files with 6 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
<form class="flex flex-col w-full gap-2 rounded" wire:submit='submit'>
<x-forms.input placeholder="Your Cool Project" id="name" label="Name" required />
<x-forms.input placeholder="This is my cool project everyone knows about" id="description" label="Description" />
<div class="subtitle">New project will have a default production environment.</div>
<div class="subtitle">New project will have a default <span class="dark:text-warning font-bold">production</span>
environment.</div>
<x-forms.button type="submit" @click="slideOverOpen=false">
Continue
</x-forms.button>