From e4e996619f54329ea3491d78a175c83c8ccfb4dc Mon Sep 17 00:00:00 2001 From: Vikeo Date: Sat, 27 Apr 2024 00:11:30 +0200 Subject: [PATCH] remove button --- src/Components/Views/StartMenu/StartMenu.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Components/Views/StartMenu/StartMenu.tsx b/src/Components/Views/StartMenu/StartMenu.tsx index 71c8b8c..0982aa8 100644 --- a/src/Components/Views/StartMenu/StartMenu.tsx +++ b/src/Components/Views/StartMenu/StartMenu.tsx @@ -1,4 +1,4 @@ -import { Button, FormControl, FormLabel, Switch } from '@mui/material'; +import { FormControl, FormLabel, Switch } from '@mui/material'; import Slider from '@mui/material/Slider'; import { useEffect, useState } from 'react'; import { twc } from 'react-twc'; @@ -260,15 +260,17 @@ const Start = () => { />
- + + +   Game Settings + +