We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ec125 commit f604ca3Copy full SHA for f604ca3
4 files changed
apps/sim/app/(landing)/components/nav/nav.tsx
@@ -20,7 +20,7 @@ interface NavProps {
20
}
21
22
export default function Nav({ hideAuthButtons = false, variant = 'landing' }: NavProps = {}) {
23
- const [githubStars, setGithubStars] = useState('24k')
+ const [githubStars, setGithubStars] = useState('24.4k')
24
const [isHovered, setIsHovered] = useState(false)
25
const [isLoginHovered, setIsLoginHovered] = useState(false)
26
const router = useRouter()
0 commit comments