We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af3291 commit 9eef609Copy full SHA for 9eef609
1 file changed
features/ipfs/home-page-ipfs.tsx
@@ -5,7 +5,7 @@ import { getPathWithoutFirstSlash } from 'consts/urls';
5
import NoSSRWrapper from 'shared/components/no-ssr-wrapper';
6
import { usePrefixedReplace } from 'shared/hooks/use-prefixed-history';
7
8
-import { HomePage } from 'features/home';
+import { MyVaultsPage } from 'features/home';
9
import { appPaths } from 'consts/routing';
10
import { AllVaults } from 'features/home/all-vaults';
11
@@ -55,7 +55,7 @@ export const HomePageIpfs: FC = () => {
55
}
56
57
default: {
58
- spaPage = <HomePage />;
+ spaPage = <MyVaultsPage />;
59
60
61
0 commit comments