Skip to content

Commit

Permalink
UML-3771: Incorporating the major frontend change from the GovUK Desi…
Browse files Browse the repository at this point in the history
…gn System (#3043)

* Incorporating the major frontend change from the GovUK Design System

* reverted the unnecessary changes
  • Loading branch information
SeemaMenon authored Jan 13, 2025
1 parent 99a8d46 commit eac4840
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions service-front/app/src/Common/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#0b0c0c" />

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta name="format-detection" content="Telephone=no"/>

<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="{{ asset('assets/images/favicon.ico') }}" type="image/x-icon" />
<link rel="mask-icon" href="{{ asset('assets/images/govuk-mask-icon.svg') }}" color="#0b0c0c">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('assets/images/govuk-apple-touch-icon-180x180.png') }}">
<link rel="apple-touch-icon" sizes="167x167" href="{{ asset('assets/images/govuk-apple-touch-icon-167x167.png') }}">
<link rel="apple-touch-icon" sizes="152x152" href="{{ asset('assets/images/govuk-apple-touch-icon-152x152.png') }}">
<link rel="apple-touch-icon" href="{{ asset('assets/images/govuk-apple-touch-icon.png') }}">
<link rel="icon" sizes="48x48" href="{{ asset('assets/images/favicon.ico') }}" />
<link rel="icon" sizes="any" href="{{ asset('assets/images/favicon.svg') }}" type="image/svg+xml" />
<link rel="mask-icon" href="{{ asset('assets/images/govuk-icon-mask.svg') }}" color="#0b0c0c">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('assets/images/govuk-icon-180.png') }}">
<link rel="manifest" href="{{ asset('assets/manifest.json') }}">
<link rel="stylesheet" href="{{ asset('stylesheets/main.css') }}">
<script type="application/javascript" nonce="{{ cspNonce }}">
window.gaConfig = {};
Expand Down

0 comments on commit eac4840

Please sign in to comment.