davertron / cvu-portfolio-app

Web app for CVU students to arrange Drive files by learning standards
cvu-portfolio-app.vercel.app
1 stars 2 forks source link

Links not opening on first click #3

Closed isaackrementsov closed 3 years ago

isaackrementsov commented 3 years ago

After signing in with Google, many of the links accessible from the homepage do not respond to the first click. This is probably caused by either the behavior of the Next <Link> component or placing non-inline elements inside of <a> tags.

isaackrementsov commented 3 years ago

This only seems to be an issue in development; links work fine when running the app with npm run build + npm run start.