fix: UI while indexing

This commit is contained in:
Anish Sarkar 2026-01-14 15:36:16 +05:30
parent 7023223213
commit df0f488258
4 changed files with 5 additions and 5 deletions

View file

@ -122,7 +122,7 @@ export const ConnectorAccountsListView: FC<ConnectorAccountsListViewProps> = ({
)}
</div>
<span className="text-[11px] sm:text-[12px] font-medium">
{isConnecting ? "Connecting..." : "Add Account"}
{isConnecting ? "Connecting" : "Add Account"}
</span>
</button>
</div>