fix:로고 아이콘을 favicon 이미지로 변경
- SVG 아이콘 대신 favicon-32x32.png 이미지 사용 - 모든 페이지 로고 통일 (favicon + SAM + 서브타이틀) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,14 +12,10 @@ if ($depth > 0) {
|
||||
$salesBasePath = str_repeat('../', $depth);
|
||||
}
|
||||
|
||||
// 로고 HTML 컴포넌트 (SAM 스타일)
|
||||
// 로고 HTML 컴포넌트 (SAM 스타일 - favicon 이미지 사용)
|
||||
$samLogoHtml = '
|
||||
<a href="' . $salesBasePath . 'index.php" class="flex items-center gap-3 cursor-pointer">
|
||||
<div class="w-10 h-10 bg-slate-100 rounded-xl flex items-center justify-center">
|
||||
<svg class="w-6 h-6 text-red-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M12 19V5M5 12l7-7 7 7"/>
|
||||
</svg>
|
||||
</div>
|
||||
<img src="' . $salesBasePath . 'img/favicon-32x32.png" alt="SAM" class="w-10 h-10 rounded-xl">
|
||||
<div class="flex flex-col">
|
||||
<span class="text-lg font-bold text-slate-800 leading-tight">SAM</span>
|
||||
<span class="text-xs text-slate-500 leading-tight">Smart Automation Management</span>
|
||||
|
||||
Reference in New Issue
Block a user