Skip to content

Commit

Permalink
Make Google Summer of Code Logo Clickable AOSSIE-Org#226
Browse files Browse the repository at this point in the history
  • Loading branch information
Curiousminded06 committed Jan 14, 2025
1 parent d9dd24c commit 6d2d243
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/apply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ export default function About() {
</ol>

<div className="mt-20 relative block rounded-3xl dark:bg-white/70 bg-zinc-400/20 p-8 pb-16 shadow-xl">
<Image src={GSoC} width={700} className='mx-auto' />
<Link href="https://summerofcode.withgoogle.com/get-started">
<Image src={GSoC} width={700} className='mx-auto' />
</Link>

{/* <h3 className="text-4xl font-bold">100+</h3> */}
{/* <h1 className="mt-4 text-4xl font-mono font-black text-gray-500">
2024 Program Timeline
Expand Down

0 comments on commit 6d2d243

Please sign in to comment.