Skip to content

Fix/asset folder typo assests to assets - #234

Open
Devnil434 wants to merge 6 commits into
AOSSIE-Org:mainfrom
Devnil434:fix/asset-folder-typo-assests-to-assets
Open

Devnil434 wants to merge 6 commits into
AOSSIE-Org:mainfrom
Devnil434:fix/asset-folder-typo-assests-to-assets

Conversation

@Devnil434

@Devnil434 Devnil434 commented Sep 13, 2026

Copy link
Copy Markdown

Addressed Issues:

Fixes #233

Screenshots/Recordings:

Screenshot 2026-09-13 223651

this is a codebase path/typo fix.

Additional Notes:

  • Renamed src/assests to src/assets.
  • Updated all affected imports in Navbar.jsx, Footer.jsx, and Support.jsx.
  • Repository-wide case-insensitive search confirms 0 occurrences of assests.
  • No functionality was changed; this is a naming/consistency fix.
  • Verified the updated files are ready on branch fix/asset-folder-typo-assests-to-assets.

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there
  • I have read the [Contributing Guidelines](./CONTRIBUTING.md)

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

Summary by CodeRabbit

  • Bug Fixes
    • Corrected logo asset references so the logo displays properly in the navigation, footer, and support page.
    • Resolved broken asset loading caused by incorrect file paths.

@github-actions github-actions Bot added bug Something isn't working frontend Frontend changes javascript JavaScript/TypeScript changes labels Sep 13, 2026
@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 7f1d7eaa-1b81-4c3c-9fcc-5500e49b6784

📥 Commits

Reviewing files that changed from the base of the PR and between dc9c3c5 and 30e5710.

⛔ Files ignored due to path filters (1)
  • src/assets/og-logo.svg is excluded by !**/*.svg
📒 Files selected for processing (3)
  • src/components/Navbar.jsx
  • src/components/layout/Footer.jsx
  • src/pages/Support.jsx

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

The pull request corrects three logo asset import paths from the misspelled assests directory to assets in the navigation, footer, and support page.

Changes

Logo asset import corrections

Layer / File(s) Summary
Correct logo import paths
src/components/Navbar.jsx, src/components/layout/Footer.jsx, src/pages/Support.jsx
The three logo imports now reference the correctly spelled assets directory.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Bug fix · Severity of issue fixed: Low

Suggested labels: Typescript Lang

Suggested reviewers: rahul-vyas-dev

Merge Risk: ⚪ Minimal · up to 30e57

The spelling correction restores the logo imports without introducing a functional or deployment risk.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Issue #233 requires renaming src/assests/ to src/assets/ and updating all references. The PR summary reports the directory rename, updates imports in Navbar.jsx, Footer.jsx, and Support.jsx,…
Out of Scope Changes check ✅ Passed The reported changes only correct the asset directory name and related import paths. The PR summary reports no functionality changes and identifies no unrelated modifications.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: correcting the asset folder spelling from "assests" to "assets".
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the logo trail
No twisted path, no broken rail
assets now leads the way
Navbar, footer, support display
Clean imports greet the day

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added size/XS 1-10 lines changed first-time-contributor First time contributor and removed size/XS 1-10 lines changed labels Sep 13, 2026
@Ri1tik

Ri1tik commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

@rahul-vyas-dev Look into this once!!

@github-actions github-actions Bot added size/XS 1-10 lines changed and removed size/XS 1-10 lines changed labels Sep 14, 2026
@Devnil434

Copy link
Copy Markdown
Author

@rahul-vyas-dev plz check it whether any modification is needed or not?

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

Labels

bug Something isn't working first-time-contributor First time contributor frontend Frontend changes javascript JavaScript/TypeScript changes size/XS 1-10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants