diff options
| author | _Tradam <[email protected]> | 2024-06-16 18:06:10 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-16 18:06:10 -0400 |
| commit | 8a56707b929ffd92a9d4beb94a2cec8fce7d9262 (patch) | |
| tree | 626ceb4244d05ad7684515c4f352cee597b47163 /src/components/Layout.tsx | |
| parent | 7b3ccafa606d42cc4176d20abcd847c8320d2a19 (diff) | |
| download | malcz.com-8a56707b929ffd92a9d4beb94a2cec8fce7d9262.tar.gz malcz.com-8a56707b929ffd92a9d4beb94a2cec8fce7d9262.zip | |
use prod login url
Diffstat (limited to 'src/components/Layout.tsx')
| -rw-r--r-- | src/components/Layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 74dbc50..fe961cf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -6,7 +6,7 @@ export type userData = { userData: { name: string } }; export default function Layout ({userData}: userData) { return ( - <div className="text-3xl py-10 text-center font-title"> + <> <div id="page" className="star flex flex-row min-h-screen max-h-screen bg-amber-400 text-stone-950 text-xl bg-star bg-repeat bg-[length:170px_170px]"> <div id="sidebar" className="flex flex-row shrink-0 grow-0 h-vh w-64 items-top bg-stone-800"> <nav id="sidebar-content" dir="rtl" className="text-stone-50 p-6 w-full h-screen overflow-y-auto overflow-x-hidden"> |
