Skip to content

Commit

Permalink
Reverse spin
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jan 26, 2024
1 parent 313533d commit 01ae0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panelWebView/components/Git/GitAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const GitAction: React.FunctionComponent<IGitActionProps> = ({
onClick={pull}
title={
<div className="git_actions__sync">
<ArrowPathIcon className={isSyncing ? 'animate-spin' : ''} />
<ArrowPathIcon className={isSyncing ? 'animate-reverse-spin' : ''} />
<span>
{l10n.t(LocalizationKey.commonSync)}
</span>
Expand Down

0 comments on commit 01ae0b4

Please sign in to comment.