Skip to content

Commit

Permalink
fix:removed white outline in the Join Discord Server button
Browse files Browse the repository at this point in the history
  • Loading branch information
RickParamanik18 committed Nov 4, 2024
1 parent 9880dc1 commit b959033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UI/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Hero = () => {
<Link
target="_blank"
href="https://discord.gg/kRSRxBQ6xf"
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"
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"
role="button"
>
<span
Expand Down Expand Up @@ -96,7 +96,7 @@ const Hero = () => {
<Link
target="_blank"
href="https://discord.gg/kRSRxBQ6xf"
className="relative w-full 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"
className="relative w-full 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"
role="button"
>
<span
Expand Down

0 comments on commit b959033

Please sign in to comment.