로고 라이트 고정 + color-scheme only light 강화
- 다크/라이트 로고 전환 로직 제거, 라이트 로고 고정 - color-scheme: only light !important 강화 - supported-color-schemes 메타 태그 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,10 +60,7 @@ export default function AdminPage() {
|
||||
<header className="bg-surface border-b border-brand-100 px-6 py-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-3">
|
||||
<picture>
|
||||
<source srcSet="/logo-dark-80h.png" media="(prefers-color-scheme: dark)" />
|
||||
<img src="/logo-80h.png" alt="Tasteby" className="h-7" />
|
||||
</picture>
|
||||
<img src="/logo-80h.png" alt="Tasteby" className="h-7" />
|
||||
<span className="text-xl font-bold text-gray-500">Admin</span>
|
||||
{!isAdmin && (
|
||||
<span className="px-2 py-0.5 bg-yellow-100 text-yellow-700 rounded text-xs font-medium">읽기 전용</span>
|
||||
|
||||
Reference in New Issue
Block a user