- On /banners, if a VerifiedProfile has empty imgSrc (no banner from user/platform), render the site logo (/icon-512.png) as a branded visual placeholder inside linked or static frame. - Introduced LogoPreview, LogoPlaceholder, LogoImg styled components for contained square logo with padding/bg. - Removed redundant text-only ProfileLink (the logo image now provides the visual + click target when href present). - Updated comments and logic in BannerItem. - Always provides an image slot now for uniform card layout (real banner or site logo). - Typecheck clean; e2e smoke test for /banners passes. - Fallback only affects UI rendering (data can still omit imgSrc); matches request for transquinnftw.com/banners. - Uses existing static icon from manifest/public for the 'logo of the website'. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| tooling | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||