Skip to content

Commit

Permalink
Update Banner.jsx
Browse files Browse the repository at this point in the history
fixed Issue AOSSIE-Org#239
  • Loading branch information
Atulgupta0403 authored Aug 24, 2024
1 parent a2c000d commit 0633f0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ 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">
<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 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" href="/apply">
Apply to GSoC with AOSSIE
</a>
</Link>
</div>
</div>
Expand Down

0 comments on commit 0633f0a

Please sign in to comment.