Skip to content

Commit

Permalink
Add discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 23, 2024
1 parent ea5813c commit 700e6ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -1745,9 +1745,10 @@ setShowCountryButtons(false)
<div className="footer_btns">
{ !isApp && (
<>
<Link target="_blank" href={"https://discord.gg/ubdJHjKtrC"}><button className="home__squarebtn gameBtn discord" aria-label="Discord"><FaDiscord className="home__squarebtnicon" /></button></Link>

{ !inCrazyGames && (
<>
<Link target="_blank" href={"https://discord.gg/ubdJHjKtrC"}><button className="home__squarebtn gameBtn discord" aria-label="Discord"><FaDiscord className="home__squarebtnicon" /></button></Link>
<Link target="_blank" href={"https://www.youtube.com/@worldguessr?sub_confirmation=1"}><button className="home__squarebtn gameBtn youtube" aria-label="Youtube"><FaYoutube className="home__squarebtnicon" /></button></Link>
<Link target="_blank" href={"https://github.com/codergautam/worldguessr"}><button className="home__squarebtn gameBtn" aria-label="Github"><FaGithub className="home__squarebtnicon" /></button></Link>
</>
Expand Down

0 comments on commit 700e6ee

Please sign in to comment.