fix(layout): 還原 Header 原始設計 + 修復 Metrics Strip 高度
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
E2E Health Check / e2e-health (push) Has been cancelled

- Header 左側換回頁面標題 (移除重複的 SVG + AWOOOI 品牌)
- Metrics Strip height 50→60px (避免三行文字被截斷)
- 原因: commit 249ecde 錯誤地在 Header 加入品牌區塊,與 Sidebar 重複

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-01 22:42:07 +08:00
parent 88051388d4
commit 79c8a2e7ab
2 changed files with 6 additions and 55 deletions

View File

@@ -58,7 +58,7 @@ export default function Home({ params }: { params: { locale: string } }) {
<div style={{
background: '#faf9f3',
borderBottom: '0.5px solid #e0ddd4',
height: 50,
height: 60,
padding: '0 20px',
display: 'flex',
alignItems: 'center',