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

change class attribute to className #212

Closed OshriAsulin closed 1 year ago

OshriAsulin commented 1 year ago

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

idodav commented 1 year ago

@OshriAsulin thanks! merged