For further actions, you may consider blocking this person and/or reporting abuse
A Workflow Copilot. Tailored to You.
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Read next

React 19: New hook useActionState
Jaime -

How to Open Pull Requests from Jira Issues with GitAuto
Wes Nishio -

This is How All Good React Developers Structure Their State.
daniel ukuhor -

Reviving Defense Technology: Silicon Valley's Next Chapter
JetThoughts Dev -
Top comments (1)
Thanks a lot, fantastic video!
I think you can prevent the scrolling in your case by adding
scroll={false}
to theLink
which opens the currency page (see nextjs.org/docs/api-reference/next...).