diff --git a/src/components/navigation/NavigationReact.jsx b/src/components/navigation/NavigationReact.jsx index a5e8742..a1535c6 100644 --- a/src/components/navigation/NavigationReact.jsx +++ b/src/components/navigation/NavigationReact.jsx @@ -28,6 +28,8 @@ function NavigationReact() { const currentURL = "/" + window.location.href.split('/').pop(); const navLinkURL = navLink.href; + console.log(currentURL, navLinkURL); + return ( {navLink.linkText}