fix: 전체 로그인 화면 로고 액박 수정 + 홈페이지 LG 참조 제거 [auto-sync]
This commit is contained in:
parent
3ff6eda2b8
commit
55e9b28bf4
BIN
backend/src/main/resources/static/login.png
Normal file
BIN
backend/src/main/resources/static/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user