From 68f8c2d3f81e645841aaf0f262f5aa7cfcfe351d Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 20 Aug 2025 22:21:42 +0700 Subject: [PATCH] enhancement: change icon vision --- web-app/src/routes/hub/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/routes/hub/index.tsx b/web-app/src/routes/hub/index.tsx index 164e3344f..2e5db8ba2 100644 --- a/web-app/src/routes/hub/index.tsx +++ b/web-app/src/routes/hub/index.tsx @@ -20,7 +20,7 @@ import { extractModelName, extractDescription } from '@/lib/models' import { IconDownload, IconFileCode, - IconPhoto, + IconEye, IconSearch, IconTool, } from '@tabler/icons-react' @@ -692,7 +692,7 @@ function Hub() {
-