Skip to content

Commit

Permalink
Merge pull request #3 from luckyklyist/main
Browse files Browse the repository at this point in the history
Wrong Text of the Button on Home Page #2 fixed
  • Loading branch information
piyushgarg-dev authored Jun 5, 2023
2 parents 8ea49fd + acff8a7 commit 5f10c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Hero = () => {
className="relative text-sm sm:text-md md:text-lg text-center items-center justify-center px-8 py-4 font-bold text-white transition-all duration-200 bg-gray-900 font-pj rounded-xl focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-900"
role="button"
>
<span className="block">Join Open Source BootCamp 🎉</span>
<span className="block">Join Discord Server 🎉</span>
</Link>
</div>
</div>
Expand Down

1 comment on commit 5f10c8a

@vercel
Copy link

@vercel vercel bot commented on 5f10c8a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.