summaryrefslogtreecommitdiff
path: root/components/layout/HeaderSimple.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-17 08:09:35 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-17 08:09:35 +0000
commitbea9853efe30c393b0d030bc552c1f5bbb838835 (patch)
tree820e12543f847bbcdc8d55b575016c535fb299c6 /components/layout/HeaderSimple.tsx
parent1540eac291761ffd8fc1947ed626e4e4a4407922 (diff)
(대표님) 데이터룸 관련 개발사항
Diffstat (limited to 'components/layout/HeaderSimple.tsx')
-rw-r--r--components/layout/HeaderSimple.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/HeaderSimple.tsx b/components/layout/HeaderSimple.tsx
index 989929ae..f6f60342 100644
--- a/components/layout/HeaderSimple.tsx
+++ b/components/layout/HeaderSimple.tsx
@@ -89,11 +89,11 @@ export function HeaderSimple() {
</Button>
{/* 로고 영역 - 항상 표시 */}
- <div className="mr-4 flex-shrink-0 flex items-center gap-2 lg:mr-6">
+ <div className="mr-8 flex-shrink-0 flex items-center gap-2 lg:mr-8">
<Link href={`/`} className="flex items-center gap-2">
<Image
className="dark:invert"
- src="/images/SHI_logo.svg"
+ src="/images/dataRoomLogo.png"
alt="EVCP Logo"
width={140}
height={20}