fix: replace quickstart hero SVGs with JPEGs#220
Open
patcapulong wants to merge 1 commit intomainfrom
Open
Conversation
SVG heroes for Global P2P and Payouts contained embedded raster images that rendered as blank rectangles. Swap to optimized JPEGs. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Greptile SummaryFixed broken hero images on quickstart pages by replacing SVG files with optimized JPEGs. The previous SVG files contained embedded raster images that rendered as blank rectangles on the Global P2P and Payouts quickstart pages. Both light and dark mode variants were replaced for each page. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| mintlify/global-p2p/quickstart.mdx | Changed two SVG hero image references to JPG format |
| mintlify/payouts-and-b2b/quickstart.mdx | Changed two SVG hero image references to JPG format |
| mintlify/images/heroes/hero-quickstart-globalp2p-light.jpg | Added new light mode hero image showing remittance UI mockup |
| mintlify/images/heroes/hero-quickstart-globalp2p-dark.jpg | Added new dark mode hero image showing remittance UI mockup |
| mintlify/images/heroes/hero-quickstart-payouts-light.jpg | Added new light mode hero image showing payouts dashboard |
| mintlify/images/heroes/hero-quickstart-payouts-dark.jpg | Added new dark mode hero image showing payouts dashboard |
Last reviewed commit: 3fd3335
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.
Summary
Test plan
/global-p2p/quickstart(light + dark mode)/payouts-and-b2b/quickstart(light + dark mode)Made with Cursor