mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
Merge pull request #18 from jTanG0506/master
[Bug] Fix incorrect route target in NavBar
This commit is contained in:
commit
6202f4cc1b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user