From fd207968fb5b9a8b237fe73e86c9bfb70bb19f43 Mon Sep 17 00:00:00 2001 From: adyrem Date: Mon, 18 May 2026 16:18:30 +0200 Subject: [PATCH] Use fitting heroicons for each service Co-Authored-By: Claude Sonnet 4.6 --- .../controllers/page_controller.ex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/homelab_dashboard_web/controllers/page_controller.ex b/lib/homelab_dashboard_web/controllers/page_controller.ex index ee3d40f..bdbb8bc 100644 --- a/lib/homelab_dashboard_web/controllers/page_controller.ex +++ b/lib/homelab_dashboard_web/controllers/page_controller.ex @@ -7,7 +7,7 @@ defmodule HomelabDashboardWeb.PageController do name: "MTG", url: "https://adyrem.duckdns.org/mtg", description: "Magic: The Gathering collection", - icon: "hero-puzzle-piece" + icon: "hero-sparkles" }, %{ name: "Gitea", @@ -22,13 +22,13 @@ defmodule HomelabDashboardWeb.PageController do name: "Proxmox", url: "https://proxmox.homelab", description: "Virtualization & container management", - icon: "hero-server" + icon: "hero-server-stack" }, %{ name: "Grafana", url: "https://grafana.homelab", description: "Metrics & monitoring dashboards", - icon: "hero-chart-bar" + icon: "hero-presentation-chart-line" }, %{ name: "Pi-hole", @@ -40,19 +40,19 @@ defmodule HomelabDashboardWeb.PageController do name: "Jellyfin", url: "https://jellyfin.homelab", description: "Media server", - icon: "hero-film" + icon: "hero-play-circle" }, %{ name: "Jellyseerr", url: "https://jellyseerr.homelab", description: "Media request management", - icon: "hero-ticket" + icon: "hero-queue-list" }, %{ name: "Radarr", url: "https://radarr.homelab", description: "Movie collection manager", - icon: "hero-video-camera" + icon: "hero-film" }, %{ name: "Sonarr", @@ -64,13 +64,13 @@ defmodule HomelabDashboardWeb.PageController do name: "Prowlarr", url: "https://prowlarr.homelab", description: "Indexer manager", - icon: "hero-magnifying-glass" + icon: "hero-funnel" }, %{ name: "qBittorrent", url: "https://qbittorrent.homelab", description: "Torrent client", - icon: "hero-arrow-down-tray" + icon: "hero-cloud-arrow-down" } ]