Commit 47bd40f
fix(web): always-visible wordmark in navbar
The header used <img src="/img/logo.png"> followed by a "Code for Philly"
wordmark gated with `hidden md:inline`. The image asset has never
existed in the repo, so it rendered as an invisible broken-image on
every viewport. Desktop nobody noticed because the wordmark text
filled the spot; mobile (where hidden md:inline hides the wordmark)
showed an empty home link with no tappable visual.
Drop the broken <img> and unhide the wordmark at all breakpoints.
The home link is now always visible, always labeled, always tappable.
The actual logo asset is a future TODO; the wordmark covers the
functional need.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b877e6e commit 47bd40f
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | | - | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments