From cd11787b6d7185344b3f62aab1c7e13ec08048a9 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 20:25:37 +0100 Subject: logo and icon handmade --- 174bg/website/src/app/layout.js | 2 +- 174bg/website/src/app/page.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '174bg/website/src/app') diff --git a/174bg/website/src/app/layout.js b/174bg/website/src/app/layout.js index c2b65f2..c12d68f 100644 --- a/174bg/website/src/app/layout.js +++ b/174bg/website/src/app/layout.js @@ -4,7 +4,7 @@ export const metadata = { title: "174th Battle Group - Star Citizen Military Organization", description: `The "Red Right Hand" of the UEE`, icons: { - icon: "/logo.png", + icon: "/images/logo/logo_icon.png", }, }; diff --git a/174bg/website/src/app/page.js b/174bg/website/src/app/page.js index ebd46cc..4d2c5c4 100644 --- a/174bg/website/src/app/page.js +++ b/174bg/website/src/app/page.js @@ -2,7 +2,7 @@ export default function Home() { return (