Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/shared/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function Banner() {
</motion.p>
<motion.div variants={{ hidden: { opacity: 0, y: 20 }, visible: { opacity: 1, y: 0 } }} className="mt-5">
<Link href="/apply" legacyBehavior>
<motion.a whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} className="group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-black px-8 py-3 text-black dark:text-white focus:outline-none font-mono font-semibold">
<motion.a whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} className="cursor-pointer group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-black px-8 py-3 text-black dark:text-white focus:outline-none font-mono font-semibold">
Apply for a GSoC spot with AOSSIE
</motion.a>
</Link>
Expand Down