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:
parent
25c2fee916
commit
e2f879ad7c
@ -3,7 +3,7 @@ import clsx from 'clsx';
|
||||
import { OrangeStarIcon } from './icons/orange-star';
|
||||
|
||||
export const LandingHeroGithubStars = () => {
|
||||
const [version, setVersion] = useState('0.1'); // Default version
|
||||
const [version, setVersion] = useState('0.2'); // Default version
|
||||
|
||||
useEffect(() => {
|
||||
// Function to fetch version information
|
||||
|
Loading…
Reference in New Issue
Block a user