fix: correct UM portal branding asset

This commit is contained in:
Brent Perteet
2026-08-23 20:54:07 -05:00
parent d0b2f28762
commit 081ff485fa
4 changed files with 27 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
import Head from "next/head";
import Image from "next/image";
import Link from "next/link";
import { useRouter } from "next/router";
import { ReactNode } from "react";
@@ -53,9 +54,15 @@ export default function Layout({
</a>
<header className="ul-shell__header">
<Link href="/" className="ul-shell__brand" aria-label="UlHub jobs home">
<span className="ul-shell__brand-mark" aria-hidden="true">
UL
</span>
<Image
className="ul-shell__brand-mark"
src="/um-trace-mark.png"
alt=""
width={40}
height={40}
priority
unoptimized
/>
<span>UlHub</span>
</Link>
{user && (