kmesh-net / kmesh-net/website

[Bug][Accessibility] Missing `alt` attribute for Kmesh logo in About section

Open
#327 2 comments 0 reactions 1 assignee Claimed by @shubhtrek View on GitHub
good first issue
Dominant language
JavaScript
Stars
12
Forks
75
PR merge metrics
No merged PRs in 30d

Description

## Task Description

The Kmesh logo image in the About section (`src/components/About/index.js`) is missing an `alt` attribute.

This is an accessibility issue because screen readers cannot provide a meaningful description of the image. It is also a minor SEO improvement.

## Current Code

```jsx

```

## Expected Behavior

The image should include a descriptive `alt` attribute so that assistive technologies can correctly identify it.

## Proposed Solution

Update the image element to include an appropriate `alt` attribute and use the self-closing JSX syntax.

Example:

```jsx
Kmesh logo
```

This improves accessibility while following standard JSX conventions.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.