diff --git a/src/components/FloatingLines.tsx b/src/components/FloatingLines.tsx index b1703e3..3500f9e 100644 --- a/src/components/FloatingLines.tsx +++ b/src/components/FloatingLines.tsx @@ -403,7 +403,8 @@ export default function FloatingLines({ const clock = new Clock() const setSize = () => { - const el = containerRef.current! + const el = containerRef.current + if (!el) return const width = el.clientWidth || 1 const height = el.clientHeight || 1 diff --git a/src/components/top-level-pages/call-to-action.tsx b/src/components/top-level-pages/call-to-action.tsx index 61ee655..922be29 100644 --- a/src/components/top-level-pages/call-to-action.tsx +++ b/src/components/top-level-pages/call-to-action.tsx @@ -12,7 +12,7 @@ export function CallToAction() {

Ready to dive in?
- Become an beta tester today. + Become a beta tester today.