From 72cd78c01448bc71c96f3cdaf7120ec219e2a137 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Jan 2026 00:07:45 -0300 Subject: [PATCH] frontend: list atlas health --- frontend/src/data/sample.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index 690e5ac..8c8a58b 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -142,6 +142,13 @@ export function fallbackServices() { summary: "Upload pipeline feeding the Jellyfin library.", link: "https://pegasus.bstein.dev", }, + { + name: "Atlas Health", + icon: "🏋️", + category: "health", + summary: "Workout + nutrition tracking with the wger mobile app.", + link: "https://health.bstein.dev", + }, { name: "Grafana", icon: "📈",