@@ -22,6 +46,7 @@ const Nav = () => {
href="https://github.com/BeforeIDieCode/BeforeIDieAchievements"
className={styles['github-link']}
target="_blank"
+ rel="noopener noreferrer"
>
![]()
{
return (
+
diff --git a/src/pages/LocationContributorsMap.jsx b/src/pages/LocationContributorsMap.jsx
index d412b6f6..f2ac3ff2 100644
--- a/src/pages/LocationContributorsMap.jsx
+++ b/src/pages/LocationContributorsMap.jsx
@@ -1,11 +1,12 @@
import React from 'react';
import MapContributors from '../Components/MapContributors/MapContributors';
import Footer from '../Components/Footer/Footer';
-
+import Nav from '../Components/Nav/Nav';
const LocationContributorsMap = () => {
return (
+