AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Update shared Anchor compnent to use new Link component #343

Open nozomione opened 4 months ago

nozomione commented 4 months ago

Context

Next.js 13 introduced a new change to the built-in Link component. We'll need to adjust the shared component Anchor to reflect this change.

Problem or idea

As stated above, update the shared Anchor component to confirm to the new Link implementation.

Solution or next step