2024-03-20 11:54:06 +00:00
|
|
|
<div class="flex flex-col w-full gap-2">
|
2023-09-25 16:07:20 +00:00
|
|
|
<div>Your feedback helps us to improve Coolify. Thank you! 💜</div>
|
2023-12-07 18:06:32 +00:00
|
|
|
<form wire:submit="submit" class="flex flex-col gap-4 pt-4">
|
2023-09-02 13:37:25 +00:00
|
|
|
<x-forms.input id="subject" label="Subject" placeholder="Summary of your problem."></x-forms.input>
|
2023-09-25 07:34:32 +00:00
|
|
|
<x-forms.textarea rows="10" id="description" label="Description"
|
2023-09-02 13:37:25 +00:00
|
|
|
placeholder="Please provide as much information as possible."></x-forms.textarea>
|
2023-09-25 09:15:35 +00:00
|
|
|
<div></div>
|
2024-03-20 11:54:06 +00:00
|
|
|
<x-forms.button class="w-full mt-4" type="submit" @click="modalOpen=false">Send</x-forms.button>
|
2023-09-02 13:37:25 +00:00
|
|
|
</form>
|
|
|
|
</div>
|