diff options
Diffstat (limited to 'components/layout/Footer.tsx')
| -rw-r--r-- | components/layout/Footer.tsx | 8 |
1 files changed, 2 insertions, 6 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 +} |
