Skip to content

Commit 6252a12

Browse files
committed
Merge branch 'feature/rebrand'
# Conflicts: # package-lock.json # package.json # src/App.vue
2 parents 54009d1 + c82a5d7 commit 6252a12

File tree

4 files changed

+144
-126
lines changed

4 files changed

+144
-126
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="govuk-template">
2+
<html lang="en" class="govuk-template govuk-template--rebranded">
33
<head>
44
<meta charset="utf-8">
55
<title>GOV.UK Vue Minimal Example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
7-
<meta name="theme-color" content="#0b0c0c">
8-
<link rel="icon" sizes="48x48" href="/govuk-vue-minimal-example/assets/images/favicon.ico">
9-
<link rel="icon" sizes="any" href="/govuk-vue-minimal-example/assets/images/favicon.svg" type="image/svg+xml">
10-
<link rel="mask-icon" href="/govuk-vue-minimal-example/assets/images/govuk-icon-mask.svg" color="#0b0c0c">
11-
<link rel="apple-touch-icon" href="/govuk-vue-minimal-example/assets/images/govuk-icon-180.png">
12-
<link rel="manifest" href="/govuk-vue-minimal-example/assets/manifest.json">
7+
<meta name="theme-color" content="#1d70b8">
8+
<link rel="icon" sizes="48x48" href="/govuk-vue-minimal-example/assets/rebrand/images/favicon.ico">
9+
<link rel="icon" sizes="any" href="/govuk-vue-minimal-example/assets/rebrand/images/favicon.svg" type="image/svg+xml">
10+
<link rel="mask-icon" href="/govuk-vue-minimal-example/assets/rebrand/images/govuk-icon-mask.svg" color="#0b0c0c">
11+
<link rel="apple-touch-icon" href="/govuk-vue-minimal-example/assets/rebrand/images/govuk-icon-180.png">
12+
<link rel="manifest" href="/govuk-vue-minimal-example/assets/rebrand/manifest.json">
1313
</head>
1414
<body class="govuk-template__body js-enabled govuk-frontend-supported">
1515
<div id="app"></div>

0 commit comments

Comments
 (0)