Fix homepage Admin bookmark icons for Pulumi and ArgoCD

- Changed 'pulumi' to 'si-pulumi' (Simple Icons prefix required)
- Changed 'argocd' to 'argo-cd' (Dashboard Icons uses hyphenated name)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-05 06:28:38 -08:00
commit fa5d0d41b3
2 changed files with 3 additions and 2 deletions

View file

@ -157,10 +157,10 @@ config:
icon: 1password
- Pulumi:
- href: https://app.pulumi.com/eblume/blumeops-tailnet
icon: pulumi
icon: si-pulumi
- ArgoCD:
- href: https://argocd.ops.eblu.me
icon: argocd
icon: argo-cd
# Widgets on the page (info bar at top)
widgets:

View file

@ -0,0 +1 @@
Fix broken icons for Pulumi and ArgoCD in homepage Admin bookmarks section.