Skip to content

Commit

Permalink
add temp page
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed May 19, 2024
1 parent f7692da commit 81f81e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,10 @@ function Home({ updateConnectors }: HomeProps) {
<main
className={`min-h-screen container mx-auto flex flex-col sm:pt-8 sm:p-8 lg:p-10 2xl:p-20 `}
>
{introComplete ? (
<div className="text-3xl">
Loot Survivor is being reborn. More death coming soon.
</div>
{/* {introComplete ? (
<>
<NetworkSwitchError isWrongNetwork={isWrongNetwork} />
{screen === "onboarding" ? (
Expand Down Expand Up @@ -683,7 +686,7 @@ function Home({ updateConnectors }: HomeProps) {
</>
) : (
<Intro onIntroComplete={handleIntroComplete} />
)}
)} */}
</main>
);
}

0 comments on commit 81f81e0

Please sign in to comment.