Skip to content

Commit 8e20583

Browse files
committed
updated gh stars
1 parent a04beba commit 8e20583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/app/(landing)/components/nav/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface NavProps {
2020
}
2121

2222
export 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()

apps/sim/app/chat/[identifier]/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)