logo -> link

This commit is contained in:
VividTruthKeeper 2023-02-01 02:40:42 +05:00
parent 2d1222b1f4
commit cd2c6cb691
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// Modules
import { Link } from "react-router-dom";
// Icons
import { ReactComponent as Logo } from "../../assets/icons/logo.svg";
import { ReactComponent as Instagram } from "../../assets/icons/insta-black.svg";
@ -18,7 +20,9 @@ const Nav = () => {
<LanguageSelect />
</div>
<div className="nav-mid">
<Logo />
<Link to="/">
<Logo />
</Link>
</div>
<div className="nav-right">
<ul>