style(login): 로그인 브랜드 아이콘 로고 교체

This commit is contained in:
GUARDiA 2026-06-14 10:57:24 +09:00
parent 5f41862c68
commit 3ff6eda2b8
2 changed files with 1 additions and 2 deletions

BIN
frontend/public/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,6 +1,5 @@
import { useState } from 'react'
import { useNavigate } from 'react-router-dom'
import { FileStack } from 'lucide-react'
import { login, getMe } from '../api/client'
export default function Login() {
@ -37,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">
<FileStack className="text-brand" size={28} />
<img src="/login.png" alt="GUARDiA" style={{ height: 36, width: 'auto' }} />
<span className="text-xl font-bold">GUARDiA CMS</span>
</div>
<p className="text-center text-sm text-slate-400 mb-6">AI </p>