diff --git a/Pages/MigrationWarning.razor b/Pages/MigrationWarning.razor index d097787..47889c8 100644 --- a/Pages/MigrationWarning.razor +++ b/Pages/MigrationWarning.razor @@ -7,6 +7,6 @@ Time Critical:
This site has moved to multifol.io
1) SHORTCUTS: Please update any shortcuts you use to navigate to the new site.
- 2) DATA MIGRATION: If you have used this site to enter your portfolio, RSUs, or savings plan, you need to migrate your data. See details: data migration instructions. + 2) DATA MIGRATION: If you have used this site to enter your portfolio, RSUs, or savings plan, you need to migrate your data. Please email rob@multifol.io for instructions.

} diff --git a/Shared/MainLayout.razor b/Shared/MainLayout.razor index 70e2d2b..c4c8507 100644 --- a/Shared/MainLayout.razor +++ b/Shared/MainLayout.razor @@ -1,4 +1,5 @@ @inherits LayoutComponentBase +@inject NavigationManager Navigation