File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ interface NavProps {
2020}
2121
2222export default function Nav ( { hideAuthButtons = false , variant = 'landing' } : NavProps = { } ) {
23- const [ githubStars , setGithubStars ] = useState ( '24.4k ' )
23+ const [ githubStars , setGithubStars ] = useState ( '25.1k ' )
2424 const [ isHovered , setIsHovered ] = useState ( false )
2525 const [ isLoginHovered , setIsLoginHovered ] = useState ( false )
2626 const router = useRouter ( )
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export default function ChatClient({ identifier }: { identifier: string }) {
117117 const [ error , setError ] = useState < string | null > ( null )
118118 const messagesEndRef = useRef < HTMLDivElement > ( null )
119119 const messagesContainerRef = useRef < HTMLDivElement > ( null )
120- const [ starCount , setStarCount ] = useState ( '24.4k ' )
120+ const [ starCount , setStarCount ] = useState ( '25.1k ' )
121121 const [ conversationId , setConversationId ] = useState ( '' )
122122
123123 const [ showScrollButton , setShowScrollButton ] = useState ( false )
You can’t perform that action at this time.
0 commit comments