mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
switch back to /landing proto route
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
35811d7707
commit
7f6a4158e0
@ -17,7 +17,7 @@ export function bindProtocolAddRouteHandlers() {
|
||||
.addInternalHandler("/", () => {
|
||||
navigate(catalogURL());
|
||||
})
|
||||
.addInternalHandler("/catalog", () => {
|
||||
.addInternalHandler("/landing", () => {
|
||||
navigate(catalogURL());
|
||||
})
|
||||
.addInternalHandler("/cluster", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user