adjust app bar
1 changed file+0−20
web-ui/src/App.tsxmodified+0−20View file
@@ -143,26 +143,6 @@ function App() {
143143 >
144144 Paper
145145 </Link>
146- <Link
147- to="/monitor"
148- style={{
149- color: "#0066cc",
150- textDecoration: "none",
151- fontWeight: "500",
152- }}
153- >
154- Monitor
155- </Link>
156- <Link
157- to="/submit"
158- style={{
159- color: "#0066cc",
160- textDecoration: "none",
161- fontWeight: "500",
162- }}
163- >
164- Submit
165- </Link>
166146 </div>
167147 </div>
168148 </nav>