From 0267e52c0bc5881c5cda00502dba5aa2d13089de Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Mon, 16 Oct 2023 19:22:49 +0100
Subject: [PATCH] :fire: remove update function

---
 TODO.md                      | 2 --
 src/components/StartMenu.tsx | 6 ------
 2 files changed, 8 deletions(-)

diff --git a/TODO.md b/TODO.md
index 37814a8..1155653 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,8 +1,6 @@
 ===========
 
 - Text cuttoff with attacks
-- Add support for app refreshing when there is an update
-- We still have an update menu
 
 ===========
 
diff --git a/src/components/StartMenu.tsx b/src/components/StartMenu.tsx
index 6a3c8c4..7f83859 100644
--- a/src/components/StartMenu.tsx
+++ b/src/components/StartMenu.tsx
@@ -78,12 +78,6 @@ const StartMenu = () => {
               );
             },
           },
-          {
-            label: "Update",
-            action: () => {
-              window.location.href = `/?v=${Date.now()}`;
-            },
-          },
           ...(DEBUG_MODE
             ? [
                 {