From 5d313a9663cedfe0be9a49da44c18b39e1e5e4c7 Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Tue, 28 Apr 2026 11:52:48 +0330 Subject: [PATCH] refactor(workspaces): use eye icon for view action --- src/pages/Workspaces.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Workspaces.tsx b/src/pages/Workspaces.tsx index c53ec9b..241e52c 100644 --- a/src/pages/Workspaces.tsx +++ b/src/pages/Workspaces.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from 'react'; import { useNavigate } from 'react-router-dom'; -import { Plus, Trash2, Pencil, ChevronRight } from 'lucide-react'; +import { Plus, Trash2, Pencil, Eye } from 'lucide-react'; import { toast } from 'sonner'; import { fetchWorkspaces, deleteWorkspace, type Workspace } from '../api/workspaces'; import { useTranslation } from '../hooks/useTranslation'; @@ -205,7 +205,7 @@ export default function Workspaces() { className="h-8 w-8 hover:bg-blue-700 dark:hover:bg-blue-500 border-none shadow-sm transition-all" title={t.actions?.view || 'View'} > - +