File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const AgendaAccordion = () => {
3232
3333 return (
3434 < div
35- className = "relative min-h-screen pt-10 pb-10 bg-gradient-to-br from-purple-50 via-pink-50 to-blue-50"
35+ className = "relative min-h-[80vh] pt-10 pb-10 bg-gradient-to-br from-purple-50 via-pink-50 to-blue-50"
3636 id = "agenda"
3737 ref = { containerRef }
3838 >
Original file line number Diff line number Diff line change 1- import { Link } from 'react-router-dom' ;
1+ // import { Link } from 'react-router-dom';
22import { motion } from 'framer-motion' ;
33
44const Footer = ( ) => {
@@ -142,7 +142,7 @@ const Footer = () => {
142142 ) ) }
143143 </ div >
144144
145- < motion . div
145+ { /* <motion.div
146146 className="mt-4 flex flex-col gap-3"
147147 initial={{ opacity: 0 }}
148148 animate={{ opacity: 1 }}
@@ -162,7 +162,7 @@ const Footer = () => {
162162 <span>📺</span>
163163 <span>Full Agenda</span>
164164 </Link>
165- </ motion . div >
165+ </motion.div> */ }
166166 </ motion . div >
167167
168168 { /* Developers Section */ }
You can’t perform that action at this time.
0 commit comments