Clickable logo on desktop sidebar and useMatch for camera group visibility (#12379)

This commit is contained in:
Josh Hawkins
2024-07-10 10:28:05 -05:00
committed by GitHub
parent baf209f257
commit 0d7ee7a87a
3 changed files with 13 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ function App() {
>
<Suspense>
<Routes>
<Route path="/" element={<Live />} />
<Route index element={<Live />} />
<Route path="/events" element={<Redirect to="/review" />} />
<Route path="/review" element={<Events />} />
<Route path="/export" element={<Exports />} />