works I guess?

This commit is contained in:
2025-08-11 23:41:48 -04:00
parent bfb4fd3a63
commit 01d1571b0e
8 changed files with 817 additions and 405 deletions

View File

@@ -4,21 +4,13 @@ import { lazy, Suspense } from "solid-js";
import pkg from "../package.json";
import { render } from "solid-js/web";
import Root from "./routes/index";
import "virtual:uno.css";
const Version = () => (
<div class="full free clear">
<span
style={{
margin: "5px",
"font-size": "0.8rem",
"font-family": "monospace",
"pointer-events": "all",
}}
class="fixed-br"
>
v{pkg.version}
</span>
</div>
<>
<span class="fixed br m-2 font-mono text-xs">v{pkg.version}</span>
<div class="i-solar-user-circle-bold fixed s-10 top-0 right-0 m-2 cursor-pointer" />
</>
);
const App = () => (