Skip to content

Commit

Permalink
contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
Beverly Nguyen authored and Beverly Nguyen committed Jan 7, 2025
1 parent f176e86 commit 322c23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{% set navigation = navigation + [
{"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'},
{"href": url_for('main.join_notify'), "text": "Join Notify", "active": request.path == '/join-notify'},
{"href": url_for('main.contact'), "text": "Contact", "active": request.path == '/contact'}
{"href": url_for('main.contact'), "text": "Contact us", "active": request.path == '/contact'}
] %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit 322c23a

Please sign in to comment.