diff options
-rw-r--r-- | src/pages/Home.tsx | 4 |
1 files 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) { <p className="text-center">Active hosts</p> <div className="flex-grow block bg-white-500 border border-gray-200 rounded-lg shadow"> <ol> - <li>Host 1</li> - <li>Host 2</li> + {/*TODO: Actually implement active hosts */} + <li>N/A</li> </ol> </div> </div> |