Skip to content

Commit 97a896c

Browse files
committed
Fix Link for Sugar Activities
1 parent 837c181 commit 97a896c

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

src/components/TryMore3D.tsx

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,26 @@ export function TryMore() {
8383
already, please reconsider your other options to explore Sugar. Try
8484
Sugar!
8585
</motion.p>
86-
<motion.button
87-
className="mt-6 px-6 py-3 bg-indigo-600 text-white font-medium rounded-lg hover:bg-indigo-700 transition"
88-
variants={bounce}
89-
custom={4}
90-
whileHover={{
91-
scale: 1.05,
92-
backgroundColor: '#4338ca',
93-
boxShadow:
94-
'0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
95-
}}
96-
whileTap={{ scale: 0.95 }}
86+
<motion.a
87+
href="https://v4.activities.sugarlabs.org/"
88+
target="_blank"
89+
rel="noopener noreferrer"
9790
>
98-
Go to sugar activity page
99-
</motion.button>
91+
<motion.button
92+
className="mt-6 px-6 py-3 bg-indigo-600 text-white font-medium rounded-lg hover:bg-indigo-700 transition"
93+
variants={bounce}
94+
custom={4}
95+
whileHover={{
96+
scale: 1.05,
97+
backgroundColor: '#4338ca',
98+
boxShadow:
99+
'0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
100+
}}
101+
whileTap={{ scale: 0.95 }}
102+
>
103+
Go to Sugar Activity page
104+
</motion.button>
105+
</motion.a>
100106
</motion.div>
101107

102108
{/* Marquee Section */}

0 commit comments

Comments
 (0)