chore: Swap page UI Refinements and clean up#8
Merged
Conversation
added 8 commits
May 25, 2026 22:00
- Change top input container to rounded-t-3xl with border-b-0 - Change bottom input container to rounded-b-3xl with border-t-0 - Position swap button with z-20 and -my-5 to overlap both containers - Remove gap between containers (space-y-0) for seamless visual flow - Creates Uniswap-like design with arrow button centered between inputs
- Temporarily disable the non-custodial and route info badges - These can be re-enabled or removed in future iterations
- Remove 'Mento oracle' text from agent recommendation label - Allows for more flexible oracle routing in future
- Update USDC logo path from /tokens/usdc.png to /usd-coin-usdc-logo.svg - Update USDT logo path from /tokens/usdt.png to /tether-usdt-logo.svg - Update CELO logo path from /tokens/celo.png to /celo-logo.svg - Update SUPPORTED_TOKENS to use new SVG paths - Improves visual quality with vector graphics
- Comment out platform fee stat from stats section - Update feature title to 'Mento & Uniswap Pricing' - Remove oracle-backed rates and platform fee from feature grid - Update swap example: 0.50 CELO → 100 USDC, ~0.04 USDC → ~99.70 USDT - Change CTA link from '#swap' to 'app' for direct navigation
- Add celo-logo.svg - Add tether-usdt-logo.svg - Add usd-coin-usdc-logo.svg - Replaces PNG assets with vector graphics for better quality
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Swap Page & UI Refinements
Summary
Polish and enhance the swap experience with improved UI/UX across landing page, swap interface, and confirmation flows.
Changes
Testing