Add missing "me-2" class to sync button.

This commit is contained in:
Alex Tselegidis 2022-01-24 22:41:09 +01:00
parent b6e9a7209f
commit 987dc4aaeb

View file

@ -23,7 +23,7 @@
&& config('google_sync_feature') == TRUE): ?>
<button id="google-sync" class="btn btn-primary"
data-tippy-content="<?= lang('trigger_google_sync_hint') ?>">
<i class="fas fa-sync-alt"></i>
<i class="fas fa-sync-alt me-2"></i>
<span><?= lang('synchronize') ?></span>
</button>