Skip to content

Commit

Permalink
add browser-api verifier
Browse files Browse the repository at this point in the history
Signed-off-by: Ansh Goyal <[email protected]>
  • Loading branch information
anshgoyalevil committed Aug 2, 2023
1 parent 752850d commit 61d3a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/navigation/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ export default function NavBar({
</SearchButton>

{/* // Language Picker Component */}
<LanguageSelect
{/* <LanguageSelect
options={uniqueLangs}
onChange={(value) => {
changeLanguage(value.toLowerCase(), true);
}}
className=""
selected={i18n.language.toLocaleUpperCase()}
/>
/> */}

<GithubButton text="Star on GitHub" href="https://github.com/asyncapi/spec" className="py-2 ml-2" inNav="true" />
</div>
Expand Down

0 comments on commit 61d3a4e

Please sign in to comment.