fix: 전체 로그인 화면 로고 액박 수정 + 홈페이지 LG 참조 제거 [auto-sync]

This commit is contained in:
GUARDiA AutoDeploy 2026-06-17 00:17:53 +09:00 committed by zio
parent 3ff6eda2b8
commit 55e9b28bf4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,4 +1,4 @@
import { useState } from 'react'
import { useState } from 'react'
import { useNavigate } from 'react-router-dom'
import { login, getMe } from '../api/client'
@ -36,7 +36,7 @@ export default function Login() {
<div className="min-h-screen flex items-center justify-center bg-ink">
<form onSubmit={submit} className="w-[360px] bg-panel border border-edge rounded-2xl p-8">
<div className="flex items-center gap-2 justify-center mb-6">
<img src="/login.png" alt="GUARDiA" style={{ height: 36, width: 'auto' }} />
<img src="/login.png" alt="GUARDiA" style={{ height: 36, width: 'auto' }} onError={e => { (e.target as HTMLImageElement).style.display = 'none' }} />
<span className="text-xl font-bold">GUARDiA CMS</span>
</div>
<p className="text-center text-sm text-slate-400 mb-6">AI </p>