From ce3d76d609dc951e02ff0b5e9c0b64a112dc841d Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Sun, 26 Oct 2025 13:02:50 -0500
Subject: [PATCH] change tracking details icon
---
web/src/components/overlay/detail/SearchDetailDialog.tsx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/web/src/components/overlay/detail/SearchDetailDialog.tsx b/web/src/components/overlay/detail/SearchDetailDialog.tsx
index 72ecdd102..0c0339793 100644
--- a/web/src/components/overlay/detail/SearchDetailDialog.tsx
+++ b/web/src/components/overlay/detail/SearchDetailDialog.tsx
@@ -34,7 +34,6 @@ import {
FaRegListAlt,
FaVideo,
} from "react-icons/fa";
-import { FaRotate } from "react-icons/fa6";
import TrackingDetails from "./TrackingDetails";
import {
MobilePage,
@@ -80,6 +79,7 @@ import FaceSelectionDialog from "../FaceSelectionDialog";
import { getTranslatedLabel } from "@/utils/i18n";
import { CgTranscript } from "react-icons/cg";
import { CameraNameLabel } from "@/components/camera/CameraNameLabel";
+import { PiPath } from "react-icons/pi";
const SEARCH_TABS = [
"details",
@@ -235,9 +235,7 @@ export default function SearchDetailDialog({
{item == "details" &&