We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b83e5 commit b2fe9b9Copy full SHA for b2fe9b9
components/dashboard/src/Login.tsx
@@ -139,7 +139,7 @@ export function Login() {
139
140
return (
141
<div id="login-container" className="z-50 flex w-screen h-screen">
142
- {!showWelcome ? (
+ {showWelcome ? (
143
<div id="feature-section" className="flex-grow bg-gray-100 dark:bg-gray-800 w-1/2 hidden lg:block">
144
<div id="feature-section-column" className="flex max-w-xl h-full mx-auto pt-6">
145
<div className="flex flex-col px-8 my-auto ml-auto">
0 commit comments