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'} > - +