-
- ReactPlay - The MIT License (MIT) Copyright ©
- {new Date().getFullYear()} . Powered by{' '}
-
- Top Notch Tech Stacks
-
- .
-
+
+
+
+ ReactPlay - The MIT License (MIT) Copyright ©
+ {new Date().getFullYear()} . Powered by{' '}
+
+ Top Notch Tech Stacks
+
+ .
+
+
+
+
+
);
diff --git a/src/common/header/HeaderNav.jsx b/src/common/header/HeaderNav.jsx
index dadcf16a68..d7545a1f39 100644
--- a/src/common/header/HeaderNav.jsx
+++ b/src/common/header/HeaderNav.jsx
@@ -6,6 +6,7 @@ import { FaXTwitter, FaDiscord } from 'react-icons/fa6';
import { BiMoney } from 'react-icons/bi';
import { IoAddSharp, IoShareSocial, IoHeartSharp } from 'react-icons/io5';
import { MdManageSearch, MdClose, MdEvent } from 'react-icons/md';
+import { AiOutlineHome } from 'react-icons/ai';
import SocialShare from 'common/components/SocialShare';
import { GoX } from 'react-icons/go';
import { Modal, Box, Typography, Menu } from '@mui/material';
@@ -51,6 +52,15 @@ const HeaderNav = ({ showBrowse }) => {
const modalClose = () => setShowShareModal(!showShareModal);
const NavLinks = [
+ {
+ type: 'Link',
+ testId: 'home-btn',
+ title: 'Home',
+ to: '/',
+ icon: AiOutlineHome,
+ iconClass: 'icon home-icon',
+ label: 'Home'
+ },
{
type: 'Link',
testId: 'leaderboard-btn',