Updated link name and route

This commit is contained in:
alexjanousekGSA
2024-11-12 12:54:22 -05:00
parent 13e9b12367
commit 1a14becc9a
4 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ header_navigation.is_selected('accounts-or-dashboard')},
] %}
{% if FEATURE_BEST_PRACTICES_ENABLED %}
{% set navigation = navigation + [{"href": url_for('main.guides'), "text": "Guides", "active":
{% set navigation = navigation + [{"href": url_for('main.best_practices'), "text": "Guides", "active":
header_navigation.is_selected('guides')}] %}
{% endif %}