Basic mod manager
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { AppProps } from "$fresh/server.ts";
|
||||
import { Nav } from "../components/nav/index.tsx";
|
||||
import { StatusManager } from "../islands/statusManager.tsx";
|
||||
|
||||
export default function App({ Component }: AppProps) {
|
||||
return (
|
||||
@@ -44,6 +45,10 @@ export default function App({ Component }: AppProps) {
|
||||
<Component />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fixed bottom-0 right-0 rounded-tl-3xl border-t-4 border-l-4 border-sky px-4 py-2 bg-smoke-600">
|
||||
<StatusManager />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
Reference in New Issue
Block a user