Commit 4e57fca
Fix favicon loading, remove unused code, use stable React keys
- Replace src/app/favicon.ico with src/app/icon.svg so Next.js App Router
serves the N· cobalt dot mark correctly (browsers default to /favicon.ico,
which was the old placeholder — icon.svg is auto-linked in <head>)
- Remove manual <link rel="icon"> from layout.tsx (Next.js handles it via icon.svg)
- Remove unused section() helper from privacy/page.tsx
- Use faq.q as stable React key in carrier-rates/faq/page.tsx (was array index)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f142a09 commit 4e57fca
5 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
Binary file not shown.
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments