style(login): 로그인 브랜드 아이콘 로고 교체
This commit is contained in:
parent
5f41862c68
commit
3ff6eda2b8
BIN
frontend/public/login.png
Normal file
BIN
frontend/public/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@ -1,6 +1,5 @@
|
|||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { useNavigate } from 'react-router-dom'
|
import { useNavigate } from 'react-router-dom'
|
||||||
import { FileStack } from 'lucide-react'
|
|
||||||
import { login, getMe } from '../api/client'
|
import { login, getMe } from '../api/client'
|
||||||
|
|
||||||
export default function Login() {
|
export default function Login() {
|
||||||
@ -37,7 +36,7 @@ export default function Login() {
|
|||||||
<div className="min-h-screen flex items-center justify-center bg-ink">
|
<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">
|
<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">
|
<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>
|
<span className="text-xl font-bold">GUARDiA CMS</span>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-center text-sm text-slate-400 mb-6">AI 콘텐츠 관리 시스템</p>
|
<p className="text-center text-sm text-slate-400 mb-6">AI 콘텐츠 관리 시스템</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user