diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-24 11:13:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-24 11:13:31 +0000 |
| commit | bd1e72048a435655e9fced65c2c9dbe58568f47d (patch) | |
| tree | cc2136a95828fa8adba8d00530d3b85c5ba2c30c /components/layout/Header.tsx | |
| parent | 677d1092a56957103d827f21e2e27fedb41dd4ce (diff) | |
(김준회) Header, Footer 이전 버전으로 복구
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 + } |
