Skip to content

Commit 72d5564

Browse files
committed
Update favicons, app icons and OpenGraph image
1 parent c4b143a commit 72d5564

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

832 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Loading
2.96 KB
Loading
3.24 KB
Loading
10.1 KB
Loading
7.97 KB
Loading

packages/govuk-frontend/src/govuk/template.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<meta charset="utf-8">
99
<title {%- if pageTitleLang %} lang="{{ pageTitleLang }}"{% endif %}>{% block pageTitle %}GOV.UK - The best place to find government services and information{% endblock %}</title>
1010
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
11-
<meta name="theme-color" content="{{ themeColor | default("#0b0c0c", true) }}"> {#- Hardcoded value of $govuk-black #}
11+
<meta name="theme-color" content="{{ themeColor | default("#1d70b8", true) }}"> {#- Hardcoded value of $govuk-brand-blue #}
1212

1313
{% block headIcons %}
1414
<link rel="icon" sizes="48x48" href="{{ assetPath | default("/assets", true) }}/images/favicon.ico">
1515
<link rel="icon" sizes="any" href="{{ assetPath | default("/assets", true) }}/images/favicon.svg" type="image/svg+xml">
16-
<link rel="mask-icon" href="{{ assetPath | default("/assets", true) }}/images/govuk-icon-mask.svg" color="{{ themeColor | default("#0b0c0c") }}"> {#- Hardcoded value of $govuk-black #}
16+
<link rel="mask-icon" href="{{ assetPath | default("/assets", true) }}/images/govuk-icon-mask.svg" color="{{ themeColor | default("#1d70b8") }}"> {#- Hardcoded value of $govuk-brand-blue #}
1717
<link rel="apple-touch-icon" href="{{ assetPath | default("/assets", true) }}/images/govuk-icon-180.png">
1818
<link rel="manifest" href="{{ assetPath | default("/assets", true) }}/manifest.json">
1919
{% endblock %}

0 commit comments

Comments
 (0)