diff options
Diffstat (limited to 'components/layout/Header.tsx')
| -rw-r--r-- | components/layout/Header.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index db9c6b49..c9455fc8 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -161,14 +161,14 @@ export function Header() { <Link href={logoHref} className="flex items-center gap-2"> <Image className="dark:invert" - src="/images/Logotype.svg" - alt="Logo" - width={120} + src="/images/vercel.svg" + alt="EVCP Logo" + width={20} height={20} /> - {/* <span className="hidden font-bold lg:inline-block"> + <span className="hidden font-bold lg:inline-block"> {t(brandNameKey)} - </span> */} + </span> </Link> </div> @@ -321,4 +321,4 @@ export function RouteLogger() { console.log("[URL]", path + (qs ? "?" + qs : "")); }, [path, qs]); return null; - }
\ No newline at end of file + } |
