mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
chore: replace play icon with sync icon on connections list
This commit is contained in:
parent
53ae4af5ab
commit
fcc50ef2ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue