We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22d52c commit 0d7fbbfCopy full SHA for 0d7fbbf
components/common/Header.jsx
@@ -140,7 +140,6 @@ function Header() {
140
<MenuItems>
141
{navigation.map(item => {
142
const isExternal = item.href.match(/(https?:\/\/[\w\d.-]+)/gi);
143
- console.log(asPath === item.href, asPath, item.href)
144
145
return (
146
<MenuItem key={item.href} $current={asPath === item.href} {...(isExternal ? { target: "_blank" } : {})}>
0 commit comments