Skip to content

Commit b39b30a

Browse files
committed
disable cursor
1 parent de84019 commit b39b30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { bodyAttributes } from "@zero-ui/attributes"
1010
import { ViewTransitions } from "./utils/ViewTransition"
1111
import { BottomBlurOverlay } from "./ui/BlurBottomOverlay"
1212
// import { LazySplashCursor } from "./utils/lazy-splash-cursor"
13-
import { DesktopCursor } from "./utils/lazy-dot-cursor"
13+
// import { DesktopCursor } from "./utils/lazy-dot-cursor"
1414
import { siteGraph } from "@/config/schemas"
1515
import Script from "next/script"
1616
import { Clarity } from "./components/ui/Clarity"
@@ -34,7 +34,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
3434
<html lang="en">
3535
<body {...bodyAttributes} className="relative min-w-[300px] bg-white" data-mobile-menu="closed" data-scrolled="up">
3636
<MotionWrapper>
37-
<DesktopCursor />
37+
{/* <DesktopCursor /> */}
3838
<ViewTransitions />
3939

4040
<div className="custom:mx-auto xxs:mx-3.5 pointer-events-none absolute inset-0 z-1 max-w-6xl [background-image:url('/assets/framer-noise.png')] [background-size:128px] bg-repeat opacity-6 md:mx-5 lg:mx-8" />

0 commit comments

Comments
 (0)