docs: fix broken Wednesday logo in README#396
Conversation
The dark-mode srcset pointed at https://wednesday.is/logos/wednesday-logo.svg, which 404s (only mobile.wednesday.is served that path). Use the local SVG asset for both themes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
There was a problem hiding this comment.
Code Review
This pull request simplifies the README.md file by removing the picture element wrapper around the Wednesday Solutions logo image, leaving only the standard img tag. There are no review comments to address, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|



Summary
srcsetin the BUILT BY block pointed athttps://wednesday.is/logos/wednesday-logo.svg, which 404s (onlymobile.wednesday.isserved that path), so the logo wasn't rendering on github.com<picture>wrapper and use the localsrc/assets/wednesday-logo.svgfor both themesFollow-up to #395 — the fix was on the branch but not in the squash-merged set.
Test plan