fix:기업분석 페이지 SAM 로고 적용
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -30,14 +30,15 @@
|
||||
<nav class="sticky top-0 z-40 w-full border-b bg-white/80 backdrop-blur-md">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex h-16 items-center justify-between">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="bg-blue-600 p-1.5 rounded-lg shadow-sm">
|
||||
<i data-lucide="layout-dashboard" class="text-white w-5 h-5"></i>
|
||||
<a href="../index.php" class="flex items-center gap-3 cursor-pointer">
|
||||
<img src="../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>
|
||||
</div>
|
||||
<span class="font-bold text-slate-900 tracking-tight">SAM Corporate Analysis</span>
|
||||
</div>
|
||||
</a>
|
||||
<div class="flex items-center gap-4">
|
||||
<a href="../index.php" class="text-sm font-medium text-slate-500 hover:text-slate-900 transition-colors">홈으로</a>
|
||||
<a href="../index.php" class="text-sm font-medium text-slate-500 hover:text-slate-900 transition-colors">홈</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user