File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { bodyAttributes } from "@zero-ui/attributes"
1010import { ViewTransitions } from "./utils/ViewTransition"
1111import { 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"
1414import { siteGraph } from "@/config/schemas"
1515import Script from "next/script"
1616import { 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" />
You can’t perform that action at this time.
0 commit comments