From 3772a554586b8b238b119ce2ad676c4264aea8f3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:21:58 +0200 Subject: [PATCH] fix(ui): show GitHub icon next to GitHub sources Match the GitLab source cards by rendering the shared git-icon next to GitHub App names on the sources index. --- resources/views/source/all.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/source/all.blade.php b/resources/views/source/all.blade.php index b5f5d5e99..3eecfed17 100644 --- a/resources/views/source/all.blade.php +++ b/resources/views/source/all.blade.php @@ -21,7 +21,10 @@ {{ wireNavigate() }} href="{{ route('source.github.show', ['github_app_uuid' => data_get($source, 'uuid')]) }}">
-
{{ $source->name }}
+
+ + {{ $source->name }} +
@if (is_null($source->app_id)) Configuration is not finished. @else