removed tokenomics
This commit is contained in:
parent
ace368aebd
commit
88c8080926
@ -5,19 +5,19 @@ import { motion } from "framer-motion";
|
||||
export default function Links() {
|
||||
return (
|
||||
<ul className="flex items-center gap-10">
|
||||
<motion.li
|
||||
initial={{ opacity: 0 }}
|
||||
whileInView={{ opacity: 1 }}
|
||||
transition={{ delay: 0.2 }}
|
||||
viewport={{ once: true }}
|
||||
>
|
||||
<Link
|
||||
href="#tokenomics"
|
||||
className="text-sm uppercase text-white/75 hover:text-[#0CE77E] duration-200"
|
||||
>
|
||||
Tokenomics
|
||||
</Link>
|
||||
</motion.li>
|
||||
// <motion.li
|
||||
// initial={{ opacity: 0 }}
|
||||
// whileInView={{ opacity: 1 }}
|
||||
// transition={{ delay: 0.2 }}
|
||||
// viewport={{ once: true }}
|
||||
// >
|
||||
// <Link
|
||||
// href="#tokenomics"
|
||||
// className="text-sm uppercase text-white/75 hover:text-[#0CE77E] duration-200"
|
||||
// >
|
||||
// Tokenomics
|
||||
// </Link>
|
||||
// </motion.li>
|
||||
|
||||
<motion.li
|
||||
initial={{ opacity: 0 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user