Skip to content

Commit 056fae2

Browse files
committed
Modification made after correction for prepping site for 2026 event
1 parent 84a570c commit 056fae2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Components/Agenda.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/Components/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link } from 'react-router-dom';
1+
// import { Link } from 'react-router-dom';
22
import { motion } from 'framer-motion';
33

44
const 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 */}

0 commit comments

Comments
 (0)