fix: github app name is too long

This commit is contained in:
Andras Bacsai
2024-11-08 15:03:21 +01:00
parent 44d1c407dd
commit 31dd2176b2
6 changed files with 6 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
<div>
<div class="flex items-end gap-2">
<h1>Create a new Application</h1>
<x-modal-input buttonTitle="+ Add GitHub App" title="New GitHub App">
<x-modal-input buttonTitle="+ Add GitHub App" title="New GitHub App" closeOutside="false">
<livewire:source.github.create />
</x-modal-input>
@if ($repositories->count() > 0)