summaryrefslogtreecommitdiff
path: root/components/layout
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-20 09:13:17 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-20 09:13:17 +0000
commitd583c7912d9934e0550908b74a7eba8bdbb46953 (patch)
tree9dd0d9b909d61573f83db7410ac1618c9f5e3d10 /components/layout
parent8208acf78ab70020a3219d573c33fff222ae78da (diff)
(김준회) footer 및 로그인 문구 수정
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/Footer.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
index f7d6906d..c994b844 100644
--- a/components/layout/Footer.tsx
+++ b/components/layout/Footer.tsx
@@ -6,8 +6,7 @@ export function SiteFooter() {
<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">
- Built by{" "}
-
+ enterprise Vendor Co-work Platform - 삼성중공업 전사벤더협업플랫폼
</div>
</div>
</div>