diff --git a/README.md b/README.md index 89f67bb..6789147 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ - [ ] download auto the minecraft server - [ ] auto start the server (is currently only possible via the console with `start` / `stop`) - [ ] start / stop the server +- [ ] backend modifiable cors +- [ ] bash script to generate a random token, port etc ... A free & opensource Minecraft Dashboard to control your server diff --git a/app/components/dash_lay.tsx b/app/components/dash_lay.tsx index 971ae40..f7e3783 100644 --- a/app/components/dash_lay.tsx +++ b/app/components/dash_lay.tsx @@ -2,7 +2,7 @@ import { Sidebar } from '@/components/hyper/sidebar' export default function Layout({ children }: { children: React.ReactNode }) { return ( -
+
{children}