Merge pull request #133 from Hestia-Homes/main

Fixed footer layout
This commit is contained in:
KhalimCK 2025-11-13 18:52:56 +00:00 committed by GitHub
commit beb56501c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>