diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 804f65809..06350833e 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -181,6 +181,10 @@ "href": url_for("main.roadmap"), "text": "Roadmap" }, + { + "href": url_for("main.who_its_for"), + "text": "Who can use Notify", + }, { "href": url_for("main.security"), "text": "Security" @@ -217,10 +221,6 @@ "href": url_for("main.get_started"), "text": "Get started" }, - { - "href": url_for("main.who_its_for"), - "text": "Who it’s for", - }, { "href": url_for("main.trial_mode_new"), "text": "Trial mode"