diff --git a/web/src/comps/TopBar.tsx b/web/src/comps/TopBar.tsx index 1e7e95e..a54945a 100644 --- a/web/src/comps/TopBar.tsx +++ b/web/src/comps/TopBar.tsx @@ -13,7 +13,7 @@ function NavElement(props: { text: string, icon: any, link: string }) { const navigate = useNavigate(); const is_active = window.location.pathname.startsWith(props.link); const commit_hash = process.env.REACT_APP_COMMIT_HASH || "dev"; - + console.log(commit_hash) return (