Skip to content

Commit 34dabe9

Browse files
xnotoclaude
andauthored
fix: use free Font Awesome icons for Forgejo and Headlamp (#6)
## Summary - `fa-brands fa-forgejo` and `fa-brands fa-kubernetes` are Font Awesome **Pro** icons; the site loads FA Free 6.7.2 from cdnjs, so both rendered as empty squares. - Substitute free equivalents: Forgejo → `fa-brands fa-git-alt`, Headlamp → `fa-solid fa-dharmachakra` (the wheel motif behind the K8s logo). ## Test plan - [x] Verify both icons render on the deployed portal after merge. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 03fdede commit 34dabe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ <h1 class="site-title" itemprop="name">MAKE IT WORK</h1>
724724
href="https://forgejo.makeitwork.cloud/"
725725
title="Forgejo Self-hosted Git"
726726
>
727-
<i class="fa-brands fa-forgejo resource-icon"></i>
727+
<i class="fa-brands fa-git-alt resource-icon"></i>
728728
<div class="resource-content">
729729
<div class="resource-name">Forgejo</div>
730730
<div class="resource-cmd">git push origin</div>
@@ -765,7 +765,7 @@ <h1 class="site-title" itemprop="name">MAKE IT WORK</h1>
765765
href="https://headlamp.makeitwork.cloud/"
766766
title="Headlamp Kubernetes Dashboard"
767767
>
768-
<i class="fa-brands fa-kubernetes resource-icon"></i>
768+
<i class="fa-solid fa-dharmachakra resource-icon"></i>
769769
<div class="resource-content">
770770
<div class="resource-name">Headlamp</div>
771771
<div class="resource-cmd">kubectl get pods</div>

0 commit comments

Comments
 (0)