Skip to content

[BUG]: OpenChat project entry uses placeholder link (#) instead of a valid destination #680

@AnshuPriya-1

Description

@AnshuPriya-1

Bug Description

While reviewing the project data in src/helper/projects.js, I noticed that the OpenChat project entry uses a placeholder link:

link: { href: '#', label: 'OpenChat' }

This means the entry does not point to a valid destination, unlike most other project entries.

Steps to Reproduce

  1. Open the Projects page data source: src/helper/projects.js
  2. Locate the OpenChat project entry
  3. Observe that link.href is set to #

Logs and Screenshots

No runtime error is thrown, but the project metadata contains a placeholder destination:
link: { href: '#', label: 'OpenChat' }

This can result in incomplete or misleading navigation wherever the project link is rendered or reused in the UI.

Environment Details

  • OS: Windows 11
  • Browser: Chrome
  • Node.js version: not required to identify this issue
  • Additional context: issue observed directly in src/helper/projects.js while reviewing the Projects page data

Impact

Medium - Feature works but has issues

Code of Conduct

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

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