Move 'who it's for' to the About subnav menu

This commit is contained in:
karlchillmaid
2020-05-19 16:24:06 +01:00
committed by GitHub
parent a7b28161fb
commit ca2d13023f

View File

@@ -22,6 +22,10 @@ def features_nav():
"name": "Roadmap",
"link": "main.roadmap",
},
{
"name": "Who can use Notify",
"link": "main.who_its_for",
},
{
"name": "Security",
"link": "main.security",
@@ -52,10 +56,6 @@ def using_notify_nav():
"name": "Get started",
"link": "main.get_started",
},
{
"name": "Who its for",
"link": "main.who_its_for",
},
{
"name": "Trial mode",
"link": "main.trial_mode_new",