We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Salut Julien Commnet tu vas?
I found some your portfolio and it was really nice especially with the gradient behind just makes it stands out.
however there's small issue with it.
In src/pages/_app.tsx, line 15 contains a typo. Here is what you should replace:
src/pages/_app.tsx
- <Component {...pageProps} />; + <Component {...pageProps} />
Basically it causes some overflow on all the pages and looks like this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Salut Julien Commnet tu vas?
I found some your portfolio and it was really nice especially with the gradient behind just makes it stands out.
however there's small issue with it.
In
src/pages/_app.tsx
, line 15 contains a typo. Here is what you should replace:Basically it causes some overflow on all the pages and looks like this
The text was updated successfully, but these errors were encountered: