diff options
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"> |
