mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-hero-github-stars.tsx
This commit is contained in:
@@ -3,7 +3,7 @@ import clsx from 'clsx';
|
||||
import { OrangeStarIcon } from './icons/orange-star';
|
||||
|
||||
export const LandingHeroGithubStars = () => {
|
||||
const [version, setVersion] = useState('1.2.9'); // Default version
|
||||
const [version, setVersion] = useState('1.3.6'); // Default version
|
||||
|
||||
useEffect(() => {
|
||||
// Function to fetch the latest version tag from Docker Hub
|
||||
|
||||
Reference in New Issue
Block a user