Skip to content

Commit

Permalink
migration warning on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jun 28, 2024
1 parent 95d0794 commit aa5478c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ MultiFol.io
</div>
<div style=clear:left;margin-left:1.5in><a href=/profiles @onclick=navWithBackStack @onclick:preventDefault >(manage profiles)</a></div>

@if (new Uri(Navigation.Uri).Host == "bogle.tools")
{
<p style='clear:left;border:1px solid black;padding:2px;'>
<b style=font-size:24pt>Time Critical:</b><br/>
This site is moving to <a href=https://multifol.io>https://multifol.io</a>. If you are using any of the features that keep a copy of the data locally, you should migrate your data and update any shortcuts you use to navigate to the site. See details: <a href="https://www.bogleheads.org/forum/viewtopic.php?t=434595">migration instructions</a>.
</p>
}

<p style=clear:left>
<a href='portfolio-tracker'>
<span style="margin:3px;font-Size:24pt">📈</span>
Expand Down

0 comments on commit aa5478c

Please sign in to comment.