mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-11 09:42:47 +01:00
Fix home screen (#42)
This commit is contained in:
@@ -57,7 +57,7 @@ const routes: Array<RouteConfig> = [
|
||||
{
|
||||
path: "/",
|
||||
name: "Catalyst",
|
||||
redirect: { name: "Dashboard" },
|
||||
redirect: { name: "Home" },
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user