Skip to content

Commit 0442276

Browse files
committed
Fix class
1 parent b1f11bc commit 0442276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function Playground() {
199199
'h-full lg:block': consoleShowing,
200200
'lg:hidden': !console,
201201
'lg:w-1/2': browserShowing && consoleShowing,
202-
'lg:w-full': browserShowing && !consoleShowing,
202+
'lg:w-full': !browserShowing && consoleShowing,
203203
})}
204204
/>
205205
</div>

0 commit comments

Comments
 (0)