Skip to content

Commit

Permalink
Change the favicon to the new Redbox logo
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Jan 27, 2025
1 parent 8c312fc commit 4fedfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/redbox_app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#0b0c0c">

<link rel="icon" sizes="any" href="{{static("icons/favicon.ico")}}" type="image/svg+xml">
<link rel="icon" sizes="any" href="{{static("icons/Icon_Redbox_200.svg")}}" type="image/svg+xml">
<link rel="manifest" href="{{static("govuk-assets/manifest.json")}}">

<meta name="robots" content="noindex, nofollow">
Expand Down

0 comments on commit 4fedfde

Please sign in to comment.