Changed the wrong Notify, updating

This commit is contained in:
Jonathan Bobel
2023-07-31 14:28:14 -04:00
parent fdd35e8c6b
commit 1dc8d6ee53
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
{% set navigation = [
{
"href": url_for('main.get_started'),
"text": "Using notify",
"text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{
@@ -85,7 +85,7 @@
{% set navigation = [
{
"href": url_for('main.get_started'),
"text": "Using notify",
"text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{
@@ -114,7 +114,7 @@
{# {% set navigation = [
{
"href": url_for('main.get_started'),
"text": "Using notify",
"text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{