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

View File

@@ -66,7 +66,7 @@
class="usa-flag-logo margin-right-1" width="40" height="35"></image>
</div> #}
<em class="logo-text usa-logo__text">
<a href="/" title="Notify.gov">Notify.gov</a>
<a href="/" title="notify.gov">notify.gov</a>
</em>
</div>
<button type="button" class="usa-menu-btn">Menu</button>