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