AOSSIE-Org / AOSSIE-Org/OrgExplorer

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

未關閉 適合新手
#233 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
JavaScript
星號
34
分支
92
平均合併
8 天 7 小時
30 天內合併 PR
12

描述

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

貢獻指南

開啟貢獻指南

研究方向

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.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript, react, vite
領域
frontend
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
活躍
描述清晰度
描述清楚
新手友好度
85/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。