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 | |
| parent | 677d1092a56957103d827f21e2e27fedb41dd4ce (diff) | |
(김준회) Header, Footer 이전 버전으로 복구
| -rw-r--r-- | components/layout/Footer.tsx | 8 | ||||
| -rw-r--r-- | components/layout/Header.tsx | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 33278d7e..61a5a06b 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -11,18 +11,14 @@ export function SiteFooter() { <footer className="border-grid border-t py-6 md:px-8 md:py-0"> <div className="container-wrapper"> <div className="container py-4"> - {/* <div className="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left"> + <div className="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left"> {isDataRoom ? "Data Room - 삼성중공업 데이터룸" : "enterprise Vendor Co-work Platform - 삼성중공업 전사벤더협업플랫폼" } - </div> */} - - <div className="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left"> - CONPORT </div> </div> </div> </footer> ) -}
\ No newline at end of file +} 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 + } |
