diff --git a/app/assets/error_pages/5xx.html b/app/assets/error_pages/5xx.html
index a6bf68571..fcf9db915 100644
--- a/app/assets/error_pages/5xx.html
+++ b/app/assets/error_pages/5xx.html
@@ -4,7 +4,7 @@
- Sorry, there is a problem with the service – U.S. Notify
+ Sorry, there is a problem with the service – Notify.gov
diff --git a/app/assets/images/product/01-templates-no-chrome.svg b/app/assets/images/product/01-templates-no-chrome.svg
index ceadfd829..1f5bf9ad0 100644
--- a/app/assets/images/product/01-templates-no-chrome.svg
+++ b/app/assets/images/product/01-templates-no-chrome.svg
@@ -1,4 +1,4 @@
-
+
@@ -69,8 +69,7 @@
-
-
+
@@ -86,12 +85,8 @@
-
-
-
-
diff --git a/app/assets/images/product/02-reporting-no-chrome.svg b/app/assets/images/product/02-reporting-no-chrome.svg
index d6ef5e90b..e82ec8303 100644
--- a/app/assets/images/product/02-reporting-no-chrome.svg
+++ b/app/assets/images/product/02-reporting-no-chrome.svg
@@ -1,4 +1,4 @@
-
+
@@ -69,8 +69,7 @@
-
-
+
@@ -80,12 +79,8 @@
-
-
-
-
diff --git a/app/assets/images/product/03-spreadsheet-no-chrome.svg b/app/assets/images/product/03-spreadsheet-no-chrome.svg
index 6c5a6f074..8580fa9ff 100644
--- a/app/assets/images/product/03-spreadsheet-no-chrome.svg
+++ b/app/assets/images/product/03-spreadsheet-no-chrome.svg
@@ -97,12 +97,11 @@
-
-
+
-
+
@@ -110,16 +109,12 @@
-
-
-
-
+
-
-
+
diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
index 3a6a43dd0..ed7b9aa70 100644
--- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
+++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss
@@ -22,8 +22,9 @@ i.e.
@use "uswds-core" as *;
-.usa-logo {
+.usa-header--extended .usa-logo {
font-family: family("sans");
+ margin: units(4) 0;
img {
@include at-media($theme-header-min-width) {
width: 80px;
diff --git a/app/main/views/add_service.py b/app/main/views/add_service.py
index 88f498969..f42331f43 100644
--- a/app/main/views/add_service.py
+++ b/app/main/views/add_service.py
@@ -35,7 +35,7 @@ def _create_example_template(service_id):
example_sms_template = service_api_client.create_service_template(
'Example text message template',
'sms',
- 'Hi, I’m trying out U.S. Notify. Today is ((day of week)) and my favorite color is ((color)).',
+ 'Hi, I’m trying out Notify.gov. Today is ((day of week)) and my favorite color is ((color)).',
service_id,
)
return example_sms_template
diff --git a/app/main/views/feedback.py b/app/main/views/feedback.py
index ab0bd3328..d117affbe 100644
--- a/app/main/views/feedback.py
+++ b/app/main/views/feedback.py
@@ -76,7 +76,7 @@ def triage(ticket_type=PROBLEM_TICKET_TYPE):
form=form,
page_title={
PROBLEM_TICKET_TYPE: 'Report a problem',
- GENERAL_TICKET_TYPE: 'Contact U.S. Notify support',
+ GENERAL_TICKET_TYPE: 'Contact Notify.gov support',
}.get(ticket_type)
)
@@ -151,7 +151,7 @@ def feedback(ticket_type):
),
show_status_page_banner=(ticket_type == PROBLEM_TICKET_TYPE),
page_title={
- GENERAL_TICKET_TYPE: 'Contact U.S. Notify support',
+ GENERAL_TICKET_TYPE: 'Contact Notify.gov support',
PROBLEM_TICKET_TYPE: 'Report a problem',
QUESTION_TICKET_TYPE: 'Ask a question or give feedback',
}.get(ticket_type),
diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index f56108e5c..703719a73 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -35,7 +35,7 @@
{% endblock %}
{% block pageTitle %}
- {% block per_page_title %}{% endblock %} – U.S. Notify
+ {% block per_page_title %}{% endblock %} – Notify.gov
{% endblock %}
{% block bodyStart %}
diff --git a/app/templates/components/uk_components/header/template.njk b/app/templates/components/uk_components/header/template.njk
index 6464705b1..439165036 100644
--- a/app/templates/components/uk_components/header/template.njk
+++ b/app/templates/components/uk_components/header/template.njk
@@ -60,13 +60,13 @@