Skip to content

Commit

Permalink
issue:AOSSIE-Org#239 solved remove a tag inside Link tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirali05 committed Sep 22, 2024
1 parent c570c51 commit f482541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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" 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">
<Link href="/apply" legacyBehavior 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>

</Link>
</div>
</div>
Expand Down

0 comments on commit f482541

Please sign in to comment.