Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

233
Views
Hey, I'm trying to make these links under desc clickable. I'm not entirely sure how to do it though, can someone take a look?

enter image description here

I'm new to JS so I am finding it a little complicated to get it set up. Can someone please fix? I'm sure its super easy but just can't crack it. Thanks a ton in advance!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Here is next.js Links doc, check it. Should be something like this

import Link from 'next/link'

const List = ({data}) => {
  return (
    <ul>
        {data.map((item) => {
            return (
                <li key={item.name}>
                    <Link href={item.desc[0].p}>
                      <a>{item.name}</a>
                    </Link>
                  </li>
            )
        })}
    </ul>
  )
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!