From f8a2ee9a8d4da5ee43472bb638eee4b418047a5f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 13 Apr 2024 21:14:50 +0200 Subject: [PATCH] Update GitHub app styling in project creation form --- .../livewire/project/new/github-private-repository.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/new/github-private-repository.blade.php b/resources/views/livewire/project/new/github-private-repository.blade.php index ef2f4c00e..7ac13f170 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -19,14 +19,14 @@ @if ($current_step === 'github_apps')
@foreach ($github_apps as $ghapp) -
{{ data_get($ghapp, 'name') }}
-
+
{{ data_get($ghapp, 'html_url') }}