File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules /
22* .png
3+ ! website /public /icon.png
34.playwright-mcp /
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
5+ < link rel ="icon " type ="image/png " href ="/icon.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77
88 <!-- Primary Meta Tags -->
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ export function renderHeader() {
99 <div class="flex items-center justify-between">
1010 <div class="flex items-center gap-6">
1111 <h1 class="text-xl font-bold text-[var(--color-text)]">
12- <a href="#/" class="no-underline text-inherit hover:text-[var(--color-primary)] transition-colors" data-i18n="app.title">Semantic Anchors</a>
12+ <a href="#/" class="no-underline text-inherit hover:text-[var(--color-primary)] transition-colors flex items-center gap-2" data-i18n="app.title">
13+ <img src="${ import . meta. env . BASE_URL } icon.png" alt="" class="h-8 w-8" aria-hidden="true" />
14+ Semantic Anchors
15+ </a>
1316 </h1>
1417 <div class="hidden sm:flex items-center gap-4 text-sm">
1518 <a href="#/" class="nav-link text-[var(--color-text-secondary)] hover:text-[var(--color-text)] transition-colors" data-route="/" data-i18n="nav.catalog">${ i18n . t ( 'nav.catalog' ) } </a>
You can’t perform that action at this time.
0 commit comments