Skip to content

Commit 727933f

Browse files
authored
Update AfroSwap.jsx
1 parent bfdf8f8 commit 727933f

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/components/AfroSwap.jsx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -471,25 +471,6 @@ export default function AfroSwap({ afroxPrice, onClose, onNavigateToLPMining })
471471
<button onClick={onClose} className="text-gray-400 hover:text-white text-2xl">&times;</button>
472472
</div>
473473

474-
{/* GeckoTerminal Price Chart */}
475-
<div className="px-4 pt-4">
476-
<div style={{ position: 'relative', width: '100%', height: '300px', borderRadius: '12px', overflow: 'hidden' }}>
477-
<iframe
478-
id="geckoterminal-embed"
479-
title="GeckoTerminal Embed"
480-
src="https://www.geckoterminal.com/eth/pools/0x08130635368AA28b217a4dfb68E1bF8dC525621C?embed=1&info=0&swaps=0&light_chart=0&chart_type=price&resolution=1d&bg_color=000000"
481-
frameBorder="0"
482-
allow="clipboard-write"
483-
allowFullScreen
484-
style={{
485-
width: '100%',
486-
height: '100%',
487-
filter: 'brightness(1) saturate(0.7) sepia(0.7) contrast(1.6) hue-rotate(-7deg)'
488-
}}
489-
/>
490-
</div>
491-
</div>
492-
493474
{/* LP Mining Prompt after adding liquidity */}
494475
{showLPMiningPrompt && (
495476
<div className="mx-4 mt-4 p-4 bg-green-900/30 border border-green-500 rounded-xl">
@@ -523,7 +504,7 @@ export default function AfroSwap({ afroxPrice, onClose, onNavigateToLPMining })
523504
)}
524505

525506
{/* Tabs */}
526-
<div className="flex border-b border-gray-800 mt-4">
507+
<div className="flex border-b border-gray-800">
527508
{['swap', 'limit', 'pool'].map((tab) => (
528509
<button
529510
key={tab}

0 commit comments

Comments
 (0)