returned 'star us on gh' button to nav instead of star count.

This commit is contained in:
Matija Sosic 2022-12-02 11:10:42 +01:00
parent 7654e201fc
commit db56572844

View File

@ -202,11 +202,15 @@ const Nav = () => {
<div className='flex items-center gap-2 space-x-2'> {/* Navbar right side */}
{/* GH stars badge */}
{/*
<span className='hidden lg:inline'>
<Link to='https://github.com/wasp-lang/wasp' className='flex items-center'>
<WaspGhStarsExactCount />
</Link>
</span>
*/}
<GitHubButton />
<Link to='/docs'>
<button