diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 20:25:37 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 20:25:37 +0100 |
| commit | cd11787b6d7185344b3f62aab1c7e13ec08048a9 (patch) | |
| tree | 78eeecc71d406d7dc424b41ac65c7457a1337d77 /174bg/website/src/app | |
| parent | 67d65ed2da169aedd7b8d419ff2e5d1fb12c5999 (diff) | |
| download | unnamed-group-cd11787b6d7185344b3f62aab1c7e13ec08048a9.tar unnamed-group-cd11787b6d7185344b3f62aab1c7e13ec08048a9.tar.gz unnamed-group-cd11787b6d7185344b3f62aab1c7e13ec08048a9.tar.bz2 unnamed-group-cd11787b6d7185344b3f62aab1c7e13ec08048a9.tar.xz unnamed-group-cd11787b6d7185344b3f62aab1c7e13ec08048a9.zip | |
logo and icon handmade
Diffstat (limited to '174bg/website/src/app')
| -rw-r--r-- | 174bg/website/src/app/layout.js | 2 | ||||
| -rw-r--r-- | 174bg/website/src/app/page.js | 2 |
2 files changed, 2 insertions, 2 deletions
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 ( <div className="flex flex-col gap-[1rem] p-[1rem] max-w-[666px] mx-auto"> <div id="header" className="flex flex-row gap-[1rem] items-center"> - <img id="logo" src="logo.png" className="h-[100px]" /> + <img id="logo" src="/images/logo/logo.png" className="h-[100px]" /> <div className="ml-[1rem] flex flex-col justify-center h-[100px]"> <h1 className="m-0 font-bold text-2xl">174th Battle Group</h1> <h2 className="text-[red] m-0 text-xl"> |
