summaryrefslogtreecommitdiffhomepage
path: root/src/components
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-16 18:06:10 -0400
committer_Tradam <[email protected]>2024-06-16 18:06:10 -0400
commit8a56707b929ffd92a9d4beb94a2cec8fce7d9262 (patch)
tree626ceb4244d05ad7684515c4f352cee597b47163 /src/components
parent7b3ccafa606d42cc4176d20abcd847c8320d2a19 (diff)
downloadmalcz.com-8a56707b929ffd92a9d4beb94a2cec8fce7d9262.tar.gz
malcz.com-8a56707b929ffd92a9d4beb94a2cec8fce7d9262.zip
use prod login url
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Layout.tsx2
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">