File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1791,7 +1791,7 @@ setShowCountryButtons(false)
1791
1791
{ ! inCrazyGames && (
1792
1792
< >
1793
1793
< 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 >
1794
- { /* <Link target="_blank" href={"https://github.com/codergautam/worldguessr"}><button className="home__squarebtn gameBtn" aria-label="Github"><FaGithub className="home__squarebtnicon" /></button></Link> */ }
1794
+ < Link target = "_blank" href = { "https://github.com/codergautam/worldguessr" } > < button className = "home__squarebtn gameBtn" aria-label = "Github" > < FaGithub className = "home__squarebtnicon" /> </ button > </ Link >
1795
1795
</ >
1796
1796
) }
1797
1797
< Link href = { "/leaderboard" + ( inCrazyGames ? "?crazygames" : "" ) } >
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ import path from 'path';
30
30
import MapModel from './models/Map.js' ;
31
31
import bodyParser from 'body-parser' ;
32
32
33
+ // colors
34
+ import colors from 'colors' ;
35
+
33
36
// express
34
37
import express from 'express' ;
35
38
var app = express ( ) ;
You can’t perform that action at this time.
0 commit comments