Merge pull request #18 from jTanG0506/master

[Bug] Fix incorrect route target in NavBar
This commit is contained in:
B 2020-10-27 17:43:00 -03:00 committed by GitHub
commit 6202f4cc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ const Navbar: FC<Props> = ({ className }) => {
<Link href="/search?q=clothes">
<a className={s.link}>Clothes</a>
</Link>
<Link href="/search?q=accesories">
<Link href="/search?q=accessories">
<a className={s.link}>Accessories</a>
</Link>
</nav>