diff --git a/apps/cv/components/hover-links.tsx b/apps/cv/components/hover-links.tsx index 9ec1475b..04a0a01a 100644 --- a/apps/cv/components/hover-links.tsx +++ b/apps/cv/components/hover-links.tsx @@ -1,3 +1,6 @@ +'use client' + +import * as seline from '@seline-analytics/web' import Link from 'next/link' import { @@ -14,7 +17,13 @@ export function HoverLinks({ links: { text: string; href: string }[] }) { return ( - + { + if (open) seline.track('CV: Hover Link', { text }) + }} + > {text}