File tree Expand file tree Collapse file tree 2 files changed +5
-27
lines changed
packages/ui/src/components/common/TransactionModal/steps Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @relayprotocol/relay-kit-ui ' : patch
3+ ---
4+
5+ Remove twitter share button
Original file line number Diff line number Diff line change @@ -561,33 +561,6 @@ export const SwapSuccessStep: FC<SwapSuccessStepProps> = ({
561561 </ Flex >
562562 </ Flex >
563563
564- { isGasSponsored && _toToken ?. symbol === 'USDC' ? (
565- < Flex
566- css = { {
567- p : '3' ,
568- gap : '3' ,
569- width : '100%' ,
570- borderRadius : 12 ,
571- background : 'primary2' ,
572- justifyItems : 'space-between'
573- } }
574- >
575- < Text style = "subtitle2" > You've completed a free USDC bridge!</ Text >
576- < Anchor
577- href = "https://x.com/intent/post?text=Just%20instantly%20bridged%20USDC%20with%20ZERO%20price%20impact%2C%20thanks%20to%20%40RelayProtocol%20%27s%20Fee-Free%20September.%0A%0ATry%20it%20yourself%3A%20go.relay.link%2Ffreeusdc"
578- target = "_blank"
579- css = { {
580- display : 'flex' ,
581- alignItems : 'center' ,
582- gap : '1' ,
583- ml : 'auto'
584- } }
585- >
586- Share on < XIcon width = { 14 } height = { 14 } fill = { shareIconFill } />
587- </ Anchor >
588- </ Flex >
589- ) : null }
590-
591564 < Flex css = { { width : '100%' , gap : '3' } } >
592565 { requestId ? (
593566 < a
You can’t perform that action at this time.
0 commit comments