From 605e600dec9b6521556911870452ef2e73475981 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 18 Aug 2024 21:00:25 +0200 Subject: Pages: Home: Remove active hosts placeholder --- src/pages/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 82b2c86..04e30d4 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -32,8 +32,8 @@ export default function Home(props: any) {

Active hosts

    -
  1. Host 1
  2. -
  3. Host 2
  4. + {/*TODO: Actually implement active hosts */} +
  5. N/A
-- cgit 1.4.1