Bug Description
The src/assests directory is misspelled. The correct spelling should be src/assets.
This typo is also reflected in multiple import paths, making the project structure inconsistent and potentially causing confusion when adding or referencing assets.
Proposed Fix
Rename:
to:
and update all references from assests to assets.
Known affected files:
src/components/Navbar.jsx
src/components/layout/Footer.jsx
src/pages/Support.jsx
Steps to Reproduce
- Open the
src directory.
- Observe the
assests directory.
- Check asset imports in
Navbar.jsx, Footer.jsx, and Support.jsx.
- Notice that they reference the misspelled
assests path.
Logs and Screenshots
No runtime error is required to reproduce this issue. The problem is visible in the directory structure and import paths.
Environment Details
- OS: Windows / Linux / macOS
- Project: OrgExplorer
- Frontend: React + Vite
Impact
Low - Minor inconvenience
Code of Conduct
Bug Description
The
src/assestsdirectory is misspelled. The correct spelling should besrc/assets.This typo is also reflected in multiple import paths, making the project structure inconsistent and potentially causing confusion when adding or referencing assets.
Proposed Fix
Rename:
to:
and update all references from
asseststoassets.Known affected files:
src/components/Navbar.jsxsrc/components/layout/Footer.jsxsrc/pages/Support.jsxSteps to Reproduce
srcdirectory.assestsdirectory.Navbar.jsx,Footer.jsx, andSupport.jsx.assestspath.Logs and Screenshots
No runtime error is required to reproduce this issue. The problem is visible in the directory structure and import paths.
Environment Details
Impact
Low - Minor inconvenience
Code of Conduct