Skip to content

Commit

Permalink
Merge pull request #185 from blizet/blizet-patch-1
Browse files Browse the repository at this point in the history
Resolved the breaking changes for Next.js compatibility with the `<Link>` component and nested `<a>` tag. #125
  • Loading branch information
ceilican authored Sep 7, 2024
2 parents a2c000d + 699bebf commit d9dd24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Banner() {
Learn how to apply for an opportunity to work on open-source projects and gain real-world experience through Google Summer of Code.
</p>
<div className="mt-5">
<Link href="/apply">
<Link href="/apply" legacyBehavior>
<a 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">
Apply to GSoC with AOSSIE
</a>
Expand Down

0 comments on commit d9dd24c

Please sign in to comment.