We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed0804 commit f58e9ccCopy full SHA for f58e9cc
ui/ui-app/src/app/pages/root/RootRedirectPage.tsx
@@ -9,7 +9,7 @@ import { AppNavigation, useAppNavigation } from "@services/useAppNavigation.ts";
9
export const RootRedirectPage: FunctionComponent<any> = () => {
10
const appNav: AppNavigation = useAppNavigation();
11
12
- const redirect: string = appNav.createLink("/artifacts");
+ const redirect: string = appNav.createLink("/explore");
13
return (
14
<Navigate to={redirect} replace />
15
);
0 commit comments