summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/layout/Footer.tsx8
-rw-r--r--components/layout/Header.tsx12
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
+ }