diff --git a/src/App.tsx b/src/App.tsx index d22b1a9..2dfab0d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,6 @@ import { VisuallyHidden } from "@mantine/core"; import { theme } from "./theme"; -import classes from './App.module.css'; export default function App() { const changes = [ @@ -290,19 +289,18 @@ export default function App() { return ( = 7 && date.getHours() <= 19 ? "light" : "dark"}> - - - - - @antique_codes - - - Sudachi, a Nintendo Switch emulator - - - Nintendo Switch emulation without the iffy bits and support for more games - - {/* + + + + @antique_codes + + + Sudachi, a Nintendo Switch emulator + + + Nintendo Switch emulation without the iffy bits and support for more games + + {/* @@ -338,17 +336,16 @@ export default function App() { */} - - Changes - - - {items} - - - Please backup and delete all folders within the Sudachi directory, this will fix the downloadable content and updates issue - - - + + Changes + + + {items} + + + Please backup and delete all folders within the Sudachi directory, this will fix the downloadable content and updates issue + + );