diff --git a/app/sites/[id]/replays/[replayId]/page.tsx b/app/sites/[id]/replays/[replayId]/page.tsx index a01325a..167626a 100644 --- a/app/sites/[id]/replays/[replayId]/page.tsx +++ b/app/sites/[id]/replays/[replayId]/page.tsx @@ -5,6 +5,7 @@ import { useParams, useRouter } from 'next/navigation' import { getSite, type Site } from '@/lib/api/sites' import { getReplay, getReplayData, deleteReplay, formatDuration, type SessionReplay } from '@/lib/api/replays' import { toast } from 'sonner' +import { LockClosedIcon } from '@radix-ui/react-icons' import LoadingOverlay from '@/components/LoadingOverlay' import type { eventWithTime } from '@rrweb/types' import 'rrweb-player/dist/style.css' @@ -207,7 +208,8 @@ export default function ReplayViewerPage() {
All text replaced with blocks (████), all inputs hidden. Layout and clicks preserved. No consent required.