Skip to content
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

If you're following the tutorial do not copy the index.js content from the README link, use the code directly in src/constants/index.js #32

Open
firegenieuk opened this issue Oct 11, 2024 · 0 comments

Comments

@firegenieuk
Copy link

When starting to add the navigation section, we create the constants folder in src and a file called index.js to which we paste the lists of content. The code snippet for index.js in the README incorrectly references "../../public/assets" in the import statement at the top of the file when it should be from "../assets". This is actually correct within the source code so just copy from there instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant