fix(login): 로고 크기 축소(36->24) + (주)지오정보기술 텍스트 제거 [auto-sync]
This commit is contained in:
parent
09e4b566c3
commit
d77d85c92c
@ -116,9 +116,8 @@ export default function MemberLogin() {
|
||||
<div className="auth-box">
|
||||
{/* 로고 */}
|
||||
<Link to="/" className="auth-logo">
|
||||
<img src="/logo.png" alt="지오정보기술" height="36"
|
||||
<img src="/logo.png" alt="지오정보기술" height="24"
|
||||
onError={e => { e.target.style.display='none'; }} />
|
||||
<span>(주)지오정보기술</span>
|
||||
</Link>
|
||||
|
||||
{/* 탭 */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user