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

Navbar.jsx typo#23 #36

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Kartikey1306
Copy link

Pull Request Description: Fix Typo and Import Path in Navbar.jsx (Pull Request #23)

Hi there,

I've spotted a little hiccup in the Navbar.jsx file that I believe needs addressing. Currently, the import line for the GPT-3 logo seems to be pointing to the wrong directory. It reads:
"import logo from '../../logo.svg'; ".

However, it should actually be importing from the assets directory. So, I've made a quick fix by changing it to:
"import logo from '../../assets/logo.svg';".

This ensures that the logo is imported properly and doesn't cause any issues down the line.

I've double-checked to ensure that everything still works as expected after making this change, and it seems to be all good.

Thanks for considering this fix!

Best regards,
Kartikeydheer Srivastava
Kartikey1306

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

Successfully merging this pull request may close these issues.

None yet

1 participant