fix: restore langflow-logo-color-black-solid.svg removed in docs release#12447
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |
Fix: Restore Langflow logo SVGs removed in 1.8 docs release
Problem
PR #11295 removed two SVG assets as part of the 1.8 docs release update, breaking the
Langflow logo rendered in the root
README.mdon GitHub.Solution
Restores both files to their original paths — no changes to
README.mdor any other file.Changes
docs/static/img/langflow-logo-color-black-solid.svgdocs/static/img/langflow-logo-color-blue-bg.svgNotes
Screenshots
Before — broken logo on GitHub README

After — logo rendering correctly
