diff --git a/app/components/shared/ButtonLink.tsx b/app/components/shared/ButtonLink.tsx index 7c593a0b..fd37be33 100644 --- a/app/components/shared/ButtonLink.tsx +++ b/app/components/shared/ButtonLink.tsx @@ -1,3 +1,5 @@ +'use client' + import { usePlausible } from 'next-plausible' import { FunctionComponent, ReactNode } from 'react'