From b1a8dae8ed04f2a127c95a8599d8a30a4aeba269 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 21 Dec 2025 07:52:16 -0500 Subject: [PATCH] added favicon --- app/layout.tsx | 6 ++++++ public/favicon-32x32.png | Bin 0 -> 624 bytes public/favicon.svg | 22 ++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.svg diff --git a/app/layout.tsx b/app/layout.tsx index bb66e4b..623c225 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,6 +10,12 @@ export const metadata = { template: "%s — Battl Builders", }, description: "Build rifles smarter, not harder.", + icons: { + icon: [ + { url: "/favicon.svg", type: "image/svg+xml" }, + { url: "/favicon-32x32.png", sizes: "32x32", type: "image/png" }, + ], + }, }; const themeScript = ` diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..b356bb2a18498420a7da526d6f67a1bf994219b3 GIT binary patch literal 624 zcmV-$0+0QPP)kRy0cfO7&u zvjq)FwI!ycLFNDq_6(ys9Dtc@Ly0IXXN@FVa%TU=_S2KzZ@pjdNf=`o!lXY z0-Q*vZR*Z3)~Mm3?rXC(@HU-|-Yo!S28TU#J@) zb?Nx-=#JnJ(;`eHu>yVshOUIvmGxNzAD!_|MnH{{)@~);gu=LP%X3l^uYE9X#6i7=ae32j8B; zf$zX?{M|hHj-_B5Sg;;En|}MP{|^7}TkccP056>JjgY#02obIs6PPVjR;V@puF7Nr zwl^#s^E2Q!;O>>`5u%@y2uw7lYg;Lk5K2|F6x(7`1%mJA1h;5hLzDnrzh64GR!F^` z89azsJ0829UC|xa9*==Pkys`Ear`xPA;}5f1wz>4AHx)Eg5A)Hu1Z|wn)@m`2Q9Gm zG%z8$5Y7=|A3PUQA45BENtfSmkwuPl_XOx#a?HPXO0000< KMNUMnLSTZ$E({0& literal 0 HcmV?d00001 diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..ade3310 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file