Update landing-hero-github-stars.tsx

This commit is contained in:
Stefan Pejcic
2024-06-04 16:07:08 +02:00
committed by GitHub
parent ddcba92acd
commit 530ea5a991

View File

@@ -9,7 +9,7 @@ export const LandingHeroGithubStars = () => {
// Function to fetch version information
const fetchVersion = async () => {
try {
const response = await fetch('https://update.openpanel.co/');
const response = await fetch('https://get.openpanel.co/version');
const data = await response.text();
setVersion(data.trim()); // Update the version state
} catch (error) {