diff --git a/src/Checklist/Checklist.tsx b/src/Checklist/Checklist.tsx index 6545b7a..99affae 100644 --- a/src/Checklist/Checklist.tsx +++ b/src/Checklist/Checklist.tsx @@ -1,6 +1,10 @@ import '@mantine/core/styles.css'; import { - MantineProvider + Container, + Divider, + MantineProvider, + Space, + Title } from '@mantine/core'; import { theme } from '../theme'; @@ -11,102 +15,21 @@ export default function Checklist() { return ( = 7 && date.getHours() <= 19 ? "light" : "dark"}> - {/* - + + Checklist - </Badge> + - + + Cores + + + Cytrus - - Cytrus is the Nintendo 3DS emulation core used in Folium - - - - - - - - - Feature List - - - - - - - - - - - - - - - - - - - - Grape - - - Grape is the Nintendo DS emulation core used in Folium - - - - - - - - - Feature List - - - - - - - - - - - - - Mango - - - Mango is the Super Nintendo Entertainment System emulation core used in Folium - - - - - - - - - Feature List - - - - - - */} + ); } \ No newline at end of file diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index b863c30..d054622 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -170,7 +170,7 @@ export default function NewHome() { {/**/} - + Changes