fix: feedback from self-hosted envs to discord

This commit is contained in:
Andras Bacsai
2024-02-06 11:36:20 +01:00
parent 45b736bb01
commit b96807d34c
9 changed files with 42 additions and 17 deletions

View File

@@ -6,6 +6,6 @@
<x-forms.textarea rows="10" id="description" label="Description"
placeholder="Please provide as much information as possible."></x-forms.textarea>
<div></div>
<x-forms.button class="w-full mt-4" type="submit" onclick="help.close()">Send Email</x-forms.button>
<x-forms.button class="w-full mt-4" type="submit" onclick="help.close()">Send</x-forms.button>
</form>
</div>