Skip to content

Commit b5073a4

Browse files
committed
Minor fixes
1 parent b1f0c39 commit b5073a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ setShowCountryButtons(false)
17911791
{ !inCrazyGames && (
17921792
<>
17931793
<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>
17951795
</>
17961796
)}
17971797
<Link href={"/leaderboard"+(inCrazyGames ? "?crazygames": "")}>

server.js

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ import path from 'path';
3030
import MapModel from './models/Map.js';
3131
import bodyParser from 'body-parser';
3232

33+
// colors
34+
import colors from 'colors';
35+
3336
// express
3437
import express from 'express';
3538
var app = express();

0 commit comments

Comments
 (0)