Skip to content

Commit

Permalink
fix: add SyncButton suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jan 22, 2025
1 parent 45b36e5 commit 7a3e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/components/SyncButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{#if loading}
<div class="sync-btn__busy-label">busy…</div>
{:else if $baseBranch?.lastFetched}
<TimeAgo date={$baseBranch?.lastFetched} />
<TimeAgo date={$baseBranch?.lastFetched} addSuffix={true} />
{/if}
</Button>

Expand Down

0 comments on commit 7a3e4a8

Please sign in to comment.