added layout bug

This commit is contained in:
Khalim Conn-Kowlessar 2025-11-13 18:51:25 +00:00
parent 3f946a5eb0
commit 54033625f8
2 changed files with 3 additions and 3 deletions

View file

@ -49,11 +49,11 @@ export default async function RootLayout({
return (
<html lang="en" className={inter.className}>
<body className="min-h-screen">
<body className="min-h-screen flex flex-col">
<Provider>
<ReactQueryProvider>
<Nav userImage={userImage} />
<main className="flex flex-col flex-grow">{children}</main>
<main className="flex-grow">{children}</main>
<Toaster />
<Footer />
</ReactQueryProvider>

View file

@ -15,7 +15,7 @@ function EmptyPropertyState() {
<div className="flex justify-center h-1/2">
<div className="bg-white rounded-lg w-full">
<p className="text-center text-gray-400 pt-6">
Hover over &quot;Add new&quot; to start adding properties to your
Hover over &quot;New Property&quot; to start adding properties to your
Portfolio
<HomeIcon className="h-20 w-20 mx-auto mt-4 text-gray-200" />
</p>