Next.js Discord

Discord Forum

links not clickable?

Unanswered
American black bear posted this in #help-forum
Open in Discord
Avatar
American black bearOP
so i have this component here w/ tailwind css
but the links here:
      <div className="hidden lg:flex lg:gap-x-12">
        <Link href="/features" className="text-sm font-semibold leading-6 text-gray-900">Features</Link>
        <Link href="/changelog" className="text-sm font-semibold leading-6 text-gray-900">Changelog</Link>
        <Link href="/about" className="text-sm font-semibold leading-6 text-gray-900">About Us</Link>
      </div>

aren't clickable
what might be going on?

1 Reply

Avatar
fuma 💙 joulev
Your code above has no problem, I think it’s likely you have other elements overlapped with the links