fix: update icon for forked repository links
All checks were successful
Build and Deploy Static Site / build (push) Successful in 55s

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.
This commit is contained in:
Kumi 2024-09-18 09:13:06 +02:00
parent 050a5af45e
commit 01a1a3fa33
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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 }}
</div>
</a>
{% endif %}