When a route failure occurs, etc. and the user is sent back to the
Welcom to Webby page, make the link to the staff page an href instead of
a routerLink, so Angular is forced to load new route data.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
<hr class="my-4"/>
<p i18n>
But maybe you meant to go to the
- <a routerLink="/staff/splash">staff page</a>
+ <a href="/eg2/staff/splash">staff page</a>
</p>
</div>