-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix href link to Nextjs link #74
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/monkeybear/phatho-porfolio-nextjs/h0ipj4w7b |
The test case is failed because we trying to use Link while mock a click to redirect with Jest
|
Using Link Nextjs could not help the Scroll more smoothly, it's better to use Link to link two or more pages but in our case no useful here |
Change all hash href link from normal link a to Nextjs Link #43