All Questions
2
questions
2
votes
1
answer
275
views
The Smooth Scrolling is not working next/link
I am using next/Link but smooth scrolling is not working but when i use anchor tag it is working properly while using anchor tag page is reloading but next/link doesnt load page whenever path changes
...
1
vote
1
answer
2k
views
How to add CSS or styled-components to Link tag in Next.js? [duplicate]
Cannot add styles in any way to next.js <Link> tag.
code:
import Link from "next/link";
import styles from "../Components.module.css";
export default function SubjectBTN({ ...