Skip to content

[BUG]: Asset Folder Typo (assests -> assets) #233

Description

@Devnil434

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:

src/assests/

to:

src/assets/

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

  1. Open the src directory.
  2. Observe the assests directory.
  3. Check asset imports in Navbar.jsx, Footer.jsx, and Support.jsx.
  4. 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

  • I have joined the Discord server and will post updates there
  • I have searched existing issues to avoid duplicates

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions