#Best way to have my nav links remain underlined when on the corresponding page in nextjs?
7 messages · Page 1 of 1 (latest)
you can read the pathname property from the router and if it makes the path of the nav link then you apply the underline https://nextjs.org/docs/api-reference/next/router#userouter
does this still apply if my code is written like this?
yeah
ok great thanks! I've managed to implement it, but now all my links are permanently underlined instead of just when clicking on the corresponding page, this is my code