Home menu option goes to /home if signed in
This commit is contained in:
parent
49bc3c5735
commit
23ea1d72b7
|
@ -32,7 +32,7 @@ function getNavigationOptions(
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
name: 'Home',
|
name: 'Home',
|
||||||
href: '/',
|
href: user ? '/home' : '/',
|
||||||
},
|
},
|
||||||
...(mobile
|
...(mobile
|
||||||
? [
|
? [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user