fix:SAM 로고 및 favicon 스타일 변경
- 로고: 빨간색 화살표 아이콘 + SAM + 서브타이틀 - Favicon: SVG 빨간색 화살표로 변경 - 적용 페이지: index.php, barobill/etax, salesmanagement Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -167,12 +167,17 @@
|
||||
<header className="bg-white border-b border-gray-100 sticky top-0 z-50">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
|
||||
<div className="flex items-center gap-6">
|
||||
<h1 className="text-lg font-bold text-slate-900 flex items-center gap-2">
|
||||
<div className="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center text-white">
|
||||
<LucideIcon name="briefcase" className="w-5 h-5" />
|
||||
<a href="../index.php" className="flex items-center gap-3 cursor-pointer">
|
||||
<div className="w-10 h-10 bg-slate-100 rounded-xl flex items-center justify-center">
|
||||
<svg className="w-6 h-6 text-red-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round">
|
||||
<path d="M12 19V5M5 12l7-7 7 7"/>
|
||||
</svg>
|
||||
</div>
|
||||
<span>SAM 영업관리</span>
|
||||
</h1>
|
||||
<div className="flex flex-col">
|
||||
<span className="text-lg font-bold text-slate-800 leading-tight">SAM</span>
|
||||
<span className="text-xs text-slate-500 leading-tight">영업관리</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
{currentUser && (
|
||||
<div className="hidden md:flex items-center gap-2 px-3 py-1 bg-slate-100 rounded-full">
|
||||
|
||||
Reference in New Issue
Block a user