diff --git a/src/components/testing/TokenTable.js b/src/components/testing/TokenTable.js index 004b054..93c18d0 100644 --- a/src/components/testing/TokenTable.js +++ b/src/components/testing/TokenTable.js @@ -96,23 +96,6 @@ const TokenTable = () => { visible: { opacity: 1, y: 0 }, }; - const glitchVariants = { - visible: { - textShadow: [ - '1px 1px 0px lime', - '-1px -1px 0px purple', - '1px -1px 0px lime', - '-1px 1px 0px lime', - '2px 2px 2px lime', - ], - transition: { - duration: 0.2, - repeat: Infinity, - repeatType: 'mirror', - }, - }, - }; - const ref = useRef(null); const inView = useInView(ref); useEffect(() => { @@ -254,16 +237,7 @@ const TokenTable = () => { return (
- - - Claim - {' '} - Testnet Tokens - +

Claim Testnet Tokens

{ className="w-full bg-[#26222B] p-2 border text-grey border-gray-300 rounded mt-4" />
- @@ -287,19 +258,15 @@ const TokenTable = () => { ADDR PAIR SUPPLY - CTA + {''} - + {tokens.map((token, index) => ( - - - {token.name} - - - {token.symbol} - - + + {token.name} + {token.symbol} + { > {token.address.slice(0, 14)}... - - - - {token.pair} - - - {token.supply} - - + + {token.pair} + {token.supply} + {token.name === 'WETH' ? (

visit @@ -350,11 +309,11 @@ const TokenTable = () => { )}

)} - - + + ))} - - + +