sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

bug: Incorrect use of 'class' instead of 'className' in React dashboard #211

Closed OshriAsulin closed 1 year ago

OshriAsulin commented 1 year ago

Description: The issue occurs in the React dashboard where the 'class' attribute is incorrectly used instead of the 'className' attribute. This is causing unexpected behavior.

Expected behavior: I expected that the 'className' attribute would be used to apply CSS classes to elements in the React dashboard, as is the standard practice in React.

The URL for this bug- https://github.com/sharkio-dev/sharkio/blob/main/traffic-dashboard/src/components/navbar/navbar.tsx

idodav commented 1 year ago

@OshriAsulin thanks for the PR!!