From 34bc4e0c338fe674eedccf250c9c243a4863646b Mon Sep 17 00:00:00 2001 From: "Jack Reimers [SSW]" <10693364+jackreimers@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:16:28 +1000 Subject: [PATCH] Update favicon and associated files (#1035) * Update favicon and associated files * Delete mstile-150x150.png * Add files via upload * Add files via upload * Update layout.tsx --------- Co-authored-by: Brady Stroud [SSW] --- components/layout/layout.tsx | 23 ++++++++++++++++++++++- public/android-chrome-192x192.png | Bin 0 -> 3504 bytes public/android-chrome-512x512.png | Bin 0 -> 6682 bytes public/apple-touch-icon.png | Bin 0 -> 763 bytes public/browserconfig.xml | 9 +++++++++ public/favicon-16x16.png | Bin 0 -> 697 bytes public/favicon-32x32.png | Bin 0 -> 667 bytes public/favicon.ico | Bin 1150 -> 15086 bytes public/mstile-150x150.png | Bin 0 -> 6679 bytes public/safari-pinned-tab.svg | 21 +++++++++++++++++++++ public/site.webmanifest | 19 +++++++++++++++++++ 11 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/browserconfig.xml create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png create mode 100644 public/mstile-150x150.png create mode 100644 public/safari-pinned-tab.svg create mode 100644 public/site.webmanifest diff --git a/components/layout/layout.tsx b/components/layout/layout.tsx index 6192670d90..309c7d7e54 100644 --- a/components/layout/layout.tsx +++ b/components/layout/layout.tsx @@ -58,7 +58,28 @@ export const Layout = ({ children, className = "" }) => { - + + + + + + + + {router.query.filename === "home" && (