Add not-prose class to browser logo images in devtools documentation#9556
Merged
TkDodo merged 1 commit intoTanStack:mainfrom Aug 19, 2025
Merged
Add not-prose class to browser logo images in devtools documentation#9556TkDodo merged 1 commit intoTanStack:mainfrom
TkDodo merged 1 commit intoTanStack:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds the not-prose CSS class to browser logo images in devtools documentation across multiple framework documentation files. The change ensures consistent styling by preventing prose typography styles from interfering with the browser logo images when used in combination with the referenced TanStack website update.
- Adds
not-proseclass to Chrome, Firefox, and Edge logo images in devtools sections - Updates both devtools.md and community-projects.md files where applicable
- Maintains consistent styling across Vue, React, Angular, Svelte, and Solid framework documentation
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/framework/vue/devtools.md | Adds not-prose class to browser logo images in devtools section |
| docs/framework/vue/community/community-projects.md | Adds not-prose class to browser logo images in community projects section |
| docs/framework/svelte/devtools.md | Adds not-prose class to browser logo images in devtools section |
| docs/framework/solid/devtools.md | Adds not-prose class to browser logo images in devtools section |
| docs/framework/react/devtools.md | Adds not-prose class to browser logo images in devtools section |
| docs/framework/react/community/community-projects.md | Adds not-prose class to browser logo images in community projects section |
| docs/framework/angular/devtools.md | Adds not-prose class to browser logo images in devtools section |
|
View your CI Pipeline Execution ↗ for commit 6d10f13
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now this will make it work in combo with TanStack/tanstack.com#462