From 7257ecbaed040bda2feaa7a1d3cb0916aae8fbe2 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 3 Jun 2024 16:12:09 -0700 Subject: [PATCH] version link to docs --- frontend/src/components/topbar.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/topbar.tsx b/frontend/src/components/topbar.tsx index 52e85e95e..e33f5db68 100644 --- a/frontend/src/components/topbar.tsx +++ b/frontend/src/components/topbar.tsx @@ -71,7 +71,10 @@ export const Topbar = () => { to={"/"} className="flex gap-3 items-start text-2xl tracking-widest lg:mx-2" > - + MONITOR
@@ -84,7 +87,18 @@ export const Topbar = () => { className="hidden lg:flex justify-self-center" />
-
v{version}
+ {/*
+ v{version} +
*/} + + +