From 20350b9fd9d2452c7e157cd9fd19e6a85c99f969 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 21:13:25 +0000 Subject: [PATCH] Update src/components/ui/LightRaysCornerBackground.tsx --- .../ui/LightRaysCornerBackground.tsx | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/src/components/ui/LightRaysCornerBackground.tsx b/src/components/ui/LightRaysCornerBackground.tsx index dab55c3..e69de29 100644 --- a/src/components/ui/LightRaysCornerBackground.tsx +++ b/src/components/ui/LightRaysCornerBackground.tsx @@ -1,54 +0,0 @@ -import { cls } from "@/lib/utils"; - -type LightRaysCornerBackgroundProps = { - position: "fixed" | "absolute"; -}; - -const LightRaysCornerBackground = ({ position }: LightRaysCornerBackgroundProps) => { - return ( -