chore: replace play icon with sync icon on connections list

This commit is contained in:
MaheshtheDev 2026-05-21 00:45:15 +00:00
parent 53ae4af5ab
commit fcc50ef2ea

View file

@ -12,7 +12,7 @@ import {
ChevronDown,
History,
Loader2,
Play,
RefreshCw,
Plus,
Trash2,
Zap,
@ -270,7 +270,7 @@ function ConnectionRow({
{isSyncing ? (
<Loader2 className="size-[18px] animate-spin" />
) : (
<Play className="size-[18px]" />
<RefreshCw className="size-[18px]" />
)}
</button>
)}