#Best way to have my nav links remain underlined when on the corresponding page in nextjs?

7 messages · Page 1 of 1 (latest)

dusty maple
#

Hi! I was wondering what the best way is to have my nav links remain underlined when on the corresponding page in nextjs? can this be done with css? at the moment they're just underlined when on hover and I've done this using TailwindCSS

icy pike
dusty maple
icy pike
#

yeah

dusty maple
# icy pike 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