mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Add clg for testing
This commit is contained in:
@@ -28,6 +28,8 @@ function NavigationReact() {
|
||||
const currentURL = "/" + window.location.href.split('/').pop();
|
||||
const navLinkURL = navLink.href;
|
||||
|
||||
console.log(currentURL, navLinkURL);
|
||||
|
||||
return (
|
||||
<a href={navLink.href} target={navLink.target} key={index} className={navLinkURL === currentURL ? 'underline underline-offset-4 text-gray-800' : 'font-regular text-gray-800 hover:text-blue-700'}>
|
||||
{navLink.linkText}
|
||||
|
||||
Reference in New Issue
Block a user