mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #662 from GSA/capitalize-notify-logo
Quick change per Meghan
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
{% set navigation = [
|
{% set navigation = [
|
||||||
{
|
{
|
||||||
"href": url_for('main.get_started'),
|
"href": url_for('main.get_started'),
|
||||||
"text": "Using notify",
|
"text": "Using Notify",
|
||||||
"active": header_navigation.is_selected('using_notify')
|
"active": header_navigation.is_selected('using_notify')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
{% set navigation = [
|
{% set navigation = [
|
||||||
{
|
{
|
||||||
"href": url_for('main.get_started'),
|
"href": url_for('main.get_started'),
|
||||||
"text": "Using notify",
|
"text": "Using Notify",
|
||||||
"active": header_navigation.is_selected('using_notify')
|
"active": header_navigation.is_selected('using_notify')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
{# {% set navigation = [
|
{# {% set navigation = [
|
||||||
{
|
{
|
||||||
"href": url_for('main.get_started'),
|
"href": url_for('main.get_started'),
|
||||||
"text": "Using notify",
|
"text": "Using Notify",
|
||||||
"active": header_navigation.is_selected('using_notify')
|
"active": header_navigation.is_selected('using_notify')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user