Skip to content

Commit b2fe9b9

Browse files
committed
Removing debug change
1 parent b0b83e5 commit b2fe9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export function Login() {
139139

140140
return (
141141
<div id="login-container" className="z-50 flex w-screen h-screen">
142-
{!showWelcome ? (
142+
{showWelcome ? (
143143
<div id="feature-section" className="flex-grow bg-gray-100 dark:bg-gray-800 w-1/2 hidden lg:block">
144144
<div id="feature-section-column" className="flex max-w-xl h-full mx-auto pt-6">
145145
<div className="flex flex-col px-8 my-auto ml-auto">

0 commit comments

Comments
 (0)