Commit 132c08c
fix(asset-metadata): prevent broken image request for brand logo
- Remove empty `src` attribute to avoid spurious document URL request
- Add `hidden` attribute so no broken-image icon appears before JS loads
- Unhide the image only when a valid `logoUrl` is available
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d3f2ee5 commit 132c08c
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments