forked from Github/frigate
Clickable logo on desktop sidebar and useMatch for camera group visibility (#12379)
This commit is contained in:
@@ -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 />} />
|
||||
|
||||
Reference in New Issue
Block a user