From d0cd151ab86ff5886369e1458c8b98568be1de4a Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 22 Sep 2025 20:47:19 +0530 Subject: [PATCH] fixes --- app/routes/home.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 183550b..882a4d4 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -40,11 +40,11 @@ const services = { url: "http://radarr.aetoskia.com", desc: "Movie management", }, - { - name: "Prowlarr", - url: "http://prowlarr.aetoskia.com", - desc: "Indexer management", - }, + // { + // name: "Prowlarr", + // url: "http://prowlarr.aetoskia.com", + // desc: "Indexer management", + // }, { name: "qBittorrent", url: "http://qbit.aetoskia.com", @@ -68,7 +68,7 @@ export default function Home() {