From e2f879ad7c0edacd8f6618b52ff0996294dde92c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 4 Jun 2024 16:18:43 +0200 Subject: [PATCH] Update landing-hero-github-stars.tsx --- documentation/src/refine-theme/landing-hero-github-stars.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/refine-theme/landing-hero-github-stars.tsx b/documentation/src/refine-theme/landing-hero-github-stars.tsx index 3f42c743..8528b7db 100644 --- a/documentation/src/refine-theme/landing-hero-github-stars.tsx +++ b/documentation/src/refine-theme/landing-hero-github-stars.tsx @@ -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