From 01a1a3fa33036eb879cd5ffb0a94346826837648 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 09:13:06 +0200 Subject: [PATCH] fix: update icon for forked repository links Replaced "code-fork" icon with "git-branch" icon to better reflect the concept of repository branches and forks. This change improves clarity and visual consistency in the interface. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e50bc1c..e865259 100644 --- a/templates/index.html +++ b/templates/index.html @@ -64,7 +64,7 @@ class="bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-sm fork" title="Runs on a fork of the original software" > - {{ "code-fork" | icon | safe }} + {{ "git-branch" | icon | safe }} {% endif %}