aboutsummaryrefslogtreecommitdiff
path: root/src/components/ui/background-ripple-effect.tsx
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2025-09-23 02:56:17 -0400
committersotech117 <michael_foiani@brown.edu>2025-09-23 02:56:17 -0400
commit8349b71179bd5fc07d969c696c7722661666f37d (patch)
tree6150a74a6e0e84c6cac531e4a096b2df176533ef /src/components/ui/background-ripple-effect.tsx
parent3a712982307391ae1196f50e252cb37ed5f67ccb (diff)
fix for buildmain
Diffstat (limited to 'src/components/ui/background-ripple-effect.tsx')
-rw-r--r--src/components/ui/background-ripple-effect.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/background-ripple-effect.tsx b/src/components/ui/background-ripple-effect.tsx
index d9d265b..7f084cd 100644
--- a/src/components/ui/background-ripple-effect.tsx
+++ b/src/components/ui/background-ripple-effect.tsx
@@ -16,7 +16,7 @@ export const BackgroundRippleEffect = ({
col: number;
} | null>(null);
const [rippleKey, setRippleKey] = useState(0);
- const ref = useRef<any>(null);
+ const ref = useRef<HTMLDivElement>(null);
return (
<div