Update to top navigation active state(s) (#538)

* Updated top navigation active states
* Updated pricing page
This commit is contained in:
Jonathan Bobel
2023-06-09 10:59:01 -04:00
committed by GitHub
parent e0d2d74067
commit d98a8ceada
7 changed files with 206 additions and 181 deletions

View File

@@ -11,7 +11,7 @@ from app.main.views.sub_navigation_dictionaries import using_notify_nav
CURRENT_SMS_RATE = '1.72'
@main.route('/pricing')
@main.route('/using-notify/pricing')
def pricing():
return render_template(
'views/pricing/index.html',

View File

@@ -8,10 +8,10 @@ def features_nav():
# "name": "Emails",
# "link": "main.features_email",
# },
{
"name": "Text messages",
"link": "main.features_sms",
},
# {
# "name": "Text messages",
# "link": "main.features_sms",
# },
]
},
{
@@ -35,14 +35,14 @@ def using_notify_nav():
"name": "Get started",
"link": "main.get_started",
},
{
"name": "Pricing",
"link": "main.pricing",
},
{
"name": "Trial mode",
"link": "main.trial_mode_new",
},
{
"name": "Pricing",
"link": "main.pricing",
},
{
"name": "Delivery status",
"link": "main.message_status",