AOSSIE-Org / AOSSIE-Org/OrgExplorer

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

Đang mở Phù hợp với người mới
#233 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
JavaScript
Star
34
Fork
92
Merge trung bình
8 ngày 7 giờ
Pull request đã merge (30 ngày)
12

Mô tả

### 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:

```text
src/assests/
```

to:

```text
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

- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Start by locating src/assests and searching the repository for every occurrence of "assests". Inspect the imports in src/components/Navbar.jsx, src/components/layout/Footer.jsx, and src/pages/Support.jsx, then update references alongside the directory rename. Done means the directory is src/assets and no project references use the misspelled path.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
javascript, react, vite
Lĩnh vực
frontend
Loại issue
Lỗi
Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức độ hoạt động
Sôi nổi
Độ rõ ràng
Đặc tả rõ ràng
Mức phù hợp với người mới
85/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.