From fcc50ef2eae53eea3fb99d87a37c7e31c1bf1151 Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Thu, 21 May 2026 00:45:15 +0000 Subject: [PATCH] chore: replace play icon with sync icon on connections list --- apps/web/components/settings/connections-mcp.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/settings/connections-mcp.tsx b/apps/web/components/settings/connections-mcp.tsx index 3f149753..013a9b8a 100644 --- a/apps/web/components/settings/connections-mcp.tsx +++ b/apps/web/components/settings/connections-mcp.tsx @@ -12,7 +12,7 @@ import { ChevronDown, History, Loader2, - Play, + RefreshCw, Plus, Trash2, Zap, @@ -270,7 +270,7 @@ function ConnectionRow({ {isSyncing ? ( ) : ( - + )} )}