File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/librecov_web/live/repository_live Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ defmodule Librecov.RepositoryLive.BuildRow do
66 alias Surface.Components.Link
77 alias Librecov.RepositoryLive.CoverageDiff
88 alias Surface.Components.LiveRedirect
9+ alias Librecov.Common.Icon
910
1011 prop build , :struct , required: true
1112
@@ -36,7 +37,7 @@ defmodule Librecov.RepositoryLive.BuildRow do
3637 <span class="fw-semibold">
3738 {@build.commit_message}
3839 {#if @build.commit_sha}
39- <Link to={commit_link(@build.project, @build.commit_sha)}><i class={ "fab # {repository_class(@build.project)}" } /></Link>
40+ <Link to={commit_link(@build.project, @build.commit_sha)}><Icon family= "fab" icon= {repository_class(@build.project)} /></Link>
4041 {/if}
4142 </span>
4243 </td>
You can’t perform that action at this time.
0 commit comments