From ced7a7ca820b7ba62fe80a5f0c5fc1b859b178ea Mon Sep 17 00:00:00 2001 From: gingervitis Date: Sat, 28 Nov 2020 19:27:48 -0800 Subject: [PATCH] cleanup --- web/pages/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/pages/index.tsx b/web/pages/index.tsx index ff4b41b6b..3b2432501 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -6,11 +6,6 @@ Will display an overview with the following datasources: 3. Video settings. TODO: Link each overview value to the sub-page that focuses on it. - -GW: to do: -- Home - more box shadoe? -- maybe make outbound/inbound smaller (since it's fixed info for current stream) -- reformat "Inbound Video Stream" section. */ import React, { useState, useEffect, useContext } from "react";