From 47e216f53691d4d285253345f9378759d64c7bec Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Mon, 30 Sep 2024 12:59:23 +0200 Subject: [PATCH] Drop incorrect "lastVersion" (no longer needed). (#213) Signed-off-by: Thomas Hallgren --- src/pages/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1488c417..3691802a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -21,12 +21,10 @@ import {Theme} from "@mui/material"; import styled from "@mui/material/styles/styled"; const HomePage: React.FC = () => { - const latestVersion = "2.20"; - const getStarted = (