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.
In this PR, I made changes to the 'class' attribute in the navbar component to align with the React convention.
I replaced 'class' with 'className' in three specific lines of code
Description
In this PR, I made changes to the 'class' attribute in the navbar component to align with the React convention. I replaced 'class' with 'className' in three specific lines of code
This PR is addressed to issue #211