Home menu option goes to /home if signed in

This commit is contained in:
jahooma 2022-01-27 17:33:50 -06:00
parent 49bc3c5735
commit 23ea1d72b7

View File

@ -32,7 +32,7 @@ function getNavigationOptions(
return [ return [
{ {
name: 'Home', name: 'Home',
href: '/', href: user ? '/home' : '/',
}, },
...(mobile ...(mobile
? [ ? [