Merge pull request #662 from GSA/capitalize-notify-logo

Quick change per Meghan
This commit is contained in:
Tim Lowden
2023-07-31 16:13:32 -04:00
committed by GitHub

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')
},
{