mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixing build error
This commit is contained in:
parent
90140ad39e
commit
68414c73ea
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default function LoadingPage({ params }: { params: { slug: string } }) {
|
|||
<div className="flex flex-col items-center justify-start min-h-screen text-center p-4 pt-32">
|
||||
<div className="bg-gray-100 p-6 rounded shadow flex flex-col items-center justify-cente">
|
||||
<h1 className="text-2xl font-semibold mb-2 text-slate-700 ">
|
||||
We're building your portfolio plan
|
||||
We're building your portfolio plan
|
||||
</h1>
|
||||
<div className="text-lg mb-4 text-slate-600">
|
||||
This could take a few minutes. Thank you for your patience.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue