From f69fc18980b0a7c6bbb7d27c221cb396ddf8d469 Mon Sep 17 00:00:00 2001 From: Codeberg Build Maintainers Date: Mon, 29 Apr 2024 21:57:29 +0000 Subject: [PATCH] CB/tmpl: Modify icon for add more button (cherry picked from commit a8211e07d80d3c6b0a3a0125de1111dfed7ac6e0) --- templates/repo/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index bce0e79bca..21017415c1 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -178,7 +178,7 @@ {{if and .SignedUser.EnableRepoUnitHints (not (.Repository.AllUnitsEnabled ctx))}} {{$highlightSettings = false}} - {{svg "octicon-diff-added"}} {{ctx.Locale.Tr "repo.settings.units.add_more"}} + {{svg "octicon-plus"}} {{ctx.Locale.Tr "repo.settings.units.add_more"}} {{end}}