dev #1

Merged
nullptr merged 10 commits from dev into main 2025-11-02 22:02:12 +00:00
Showing only changes of commit 11c41985c7 - Show all commits

View File

@@ -19,11 +19,11 @@ const Home = () => {
return (
<div className="h-screen w-full bg-liquid-background grid grid-cols-[250px,1fr] divide-x-[1px] divide-liquid-lighter">
<div className="h-screen">
<div className="w-full bg-liquid-background grid grid-cols-[250px,1fr] divide-x-[1px] divide-liquid-lighter">
<div className="min-h-screen">
<Menu />
</div>
<div className="h-screen">
<div className="">
<Routes>
<Route path="login" element={<Login />} />
<Route path="account" element={<Login />} />