mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added layout bug
This commit is contained in:
parent
3f946a5eb0
commit
54033625f8
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 "Add new" to start adding properties to your
|
||||
Hover over "New Property" to start adding properties to your
|
||||
Portfolio
|
||||
<HomeIcon className="h-20 w-20 mx-auto mt-4 text-gray-200" />
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue