Skip to content

Commit cacd963

Browse files
committed
Fix globe first render and improve responsive positioning
1 parent 8614f3d commit cacd963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/playground/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function Playground() {
4545

4646
return (
4747
<div className="relative flex min-h-screen flex-col items-center justify-center bg-background p-4 md:p-20">
48-
<Background />
48+
<Background asciiOpacity={0.5} />
4949

5050
{/* Header */}
5151
<div className="absolute top-4 left-4 z-10 md:top-10 md:left-10">

0 commit comments

Comments
 (0)