From 965362cddcb1548dc7d13794b63a937a98c79251 Mon Sep 17 00:00:00 2001 From: Phlogi Date: Sat, 23 Aug 2025 21:54:43 +0200 Subject: [PATCH] add download icon --- spotizerr-ui/src/routes/home.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/spotizerr-ui/src/routes/home.tsx b/spotizerr-ui/src/routes/home.tsx index 23064c7..1f0cf81 100644 --- a/spotizerr-ui/src/routes/home.tsx +++ b/spotizerr-ui/src/routes/home.tsx @@ -9,7 +9,7 @@ import { SearchResultCard } from "@/components/SearchResultCard"; import { indexRoute } from "@/router"; import { authApiClient } from "@/lib/api-client"; import { useSettings } from "@/contexts/settings-context"; -import { FaEye } from "react-icons/fa"; +import { FaEye, FaDownload } from "react-icons/fa"; // Utility function to safely get properties from search results const safelyGetProperty = (obj: any, path: string[], fallback: T): T => { @@ -365,9 +365,13 @@ export const Home = () => { {settings?.watch?.enabled && (