removed tokenomics from header footer
This commit is contained in:
parent
88c8080926
commit
b8ae5e25f8
@ -5,7 +5,7 @@ import { motion } from "framer-motion";
|
|||||||
export default function Links() {
|
export default function Links() {
|
||||||
return (
|
return (
|
||||||
<ul className="flex items-center gap-10">
|
<ul className="flex items-center gap-10">
|
||||||
// <motion.li
|
{/* // <motion.li
|
||||||
// initial={{ opacity: 0 }}
|
// initial={{ opacity: 0 }}
|
||||||
// whileInView={{ opacity: 1 }}
|
// whileInView={{ opacity: 1 }}
|
||||||
// transition={{ delay: 0.2 }}
|
// transition={{ delay: 0.2 }}
|
||||||
@ -17,7 +17,7 @@ export default function Links() {
|
|||||||
// >
|
// >
|
||||||
// Tokenomics
|
// Tokenomics
|
||||||
// </Link>
|
// </Link>
|
||||||
// </motion.li>
|
// </motion.li> */}
|
||||||
|
|
||||||
<motion.li
|
<motion.li
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user