Skip to content

Commit b4f0581

Browse files
committed
Hide test interactive map
1 parent acdebbd commit b4f0581

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/Footer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Footer({session}){
1010
<div>
1111
<CookieBanner session={session}/>
1212
<footer>
13-
Node UTStats 2.10.2 &copy; 2021-2023 <a className="yellow" href="https://github.com/scottadkin">Scott Adkin</a><br/>
13+
Node UTStats 2.10.3 &copy; 2021-2023 <a className="yellow" href="https://github.com/scottadkin">Scott Adkin</a><br/>
1414
<span className="yellow">Original UTStats &copy; 2005 azazel, )°DoE°(-AnthraX and toa</span><br/>
1515
<b><a style={{"color": "rgb(0,126,255)"}} href={"https://github.com/OldUnreal/UnrealTournamentPatches"}>Update UT to the Latest Unreal Tournament Patch by OldUnreal</a></b><br/>
1616
Thanks to <span className="yellow">Krull0r</span> for the Monster Icons.<br/>

pages/map/[id].js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import MapCTFCaps from '../../components/MapCTFCaps';
2424
import MapSummary from '../../components/MapSummary';
2525
import CombogibMapRecords from '../../components/CombogibMapRecords';
2626
import CombogibMapTotals from "../../components/CombogibMapTotals";
27-
import MapInteractiveMap from '../../components/MapInteractiveMap';
2827

2928

3029
const PlayedGraph = ({dates}) =>{
@@ -200,7 +199,7 @@ class Map extends React.Component{
200199

201200
<div className="default">
202201

203-
<MapInteractiveMap id={basic.id}/>
202+
204203

205204
<div className="default-header">
206205
{Functions.removeUnr(basic.name)}

0 commit comments

Comments
 (0)