Skip to content

Commit 72f04be

Browse files
Merge pull request #684 from madhavansingh/fix/cursor-pointer-gsoc-button
fix: add pointer cursor to GSoC apply button for better UX
2 parents 56b324c + 585d1f2 commit 72f04be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/Banner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function Banner() {
5454
</motion.p>
5555
<motion.div variants={{ hidden: { opacity: 0, y: 20 }, visible: { opacity: 1, y: 0 } }} className="mt-5">
5656
<Link href="/apply" legacyBehavior>
57-
<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">
57+
<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">
5858
Apply for a GSoC spot with AOSSIE
5959
</motion.a>
6060
</Link>

0 commit comments

Comments
 (0)