mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Move 'who it's for' to the About subnav menu
This commit is contained in:
@@ -22,6 +22,10 @@ def features_nav():
|
|||||||
"name": "Roadmap",
|
"name": "Roadmap",
|
||||||
"link": "main.roadmap",
|
"link": "main.roadmap",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Who can use Notify",
|
||||||
|
"link": "main.who_its_for",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Security",
|
"name": "Security",
|
||||||
"link": "main.security",
|
"link": "main.security",
|
||||||
@@ -52,10 +56,6 @@ def using_notify_nav():
|
|||||||
"name": "Get started",
|
"name": "Get started",
|
||||||
"link": "main.get_started",
|
"link": "main.get_started",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Who it’s for",
|
|
||||||
"link": "main.who_its_for",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Trial mode",
|
"name": "Trial mode",
|
||||||
"link": "main.trial_mode_new",
|
"link": "main.trial_mode_new",
|
||||||
|
|||||||
Reference in New Issue
Block a user