fix: update icon for forked repository links
All checks were successful
Build and Deploy Static Site / build (push) Successful in 55s
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:
parent
050a5af45e
commit
01a1a3fa33
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue