Skip to content

docs: use main branch for README logo assets#19701

Closed
pavan-sh wants to merge 1 commit intotailwindlabs:mainfrom
pavan-sh:docs/fix-readme-logo-links
Closed

docs: use main branch for README logo assets#19701
pavan-sh wants to merge 1 commit intotailwindlabs:mainfrom
pavan-sh:docs/fix-readme-logo-links

Conversation

@pavan-sh
Copy link
Contributor

Summary

The README logo assets across the repo are currently hotlinked from the moving HEAD ref on GitHub raw URLs.
This PR updates those logo URLs to point to the stable main branch instead.

Test plan

  • Ran Prettier check on the modified README files:
  • pnpm prettier --check README.md packages/@tailwindcss-*/README.md packages/tailwindcss/README.md
  • Verified the README logo URLs now use .../tailwindcss/main/.github/logo-*.svg.

@pavan-sh pavan-sh requested a review from a team as a code owner February 19, 2026 11:48
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 19, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

This pull request updates image source URLs across multiple README files from HEAD branch references to main branch references. Specifically, dark and light logo srcset paths and img src attributes in centered logo blocks are changed from HEAD/.github/logo-*.svg to main/.github/logo-*.svg in the root README and eight package-specific README files. Each file receives the same three-line modification to its logo asset references, with no changes to documentation structure or content beyond the branch reference updates.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: updating README logo assets to use the main branch instead of HEAD.
Description check ✅ Passed The description is directly related to the changeset, explaining the motivation (replacing moving HEAD refs with stable main branch) and providing test verification details.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@RobinMalfait
Copy link
Member

Hey! Thanks for the PR, but HEAD is fine in this case.

@pavan-sh
Copy link
Contributor Author

Hey! Thanks for the PR, but HEAD is fine in this case.

Cool, thanks for the review and valuable time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants