mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
Add missing "me-2" class to sync button.
This commit is contained in:
parent
b6e9a7209f
commit
987dc4aaeb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
&& config('google_sync_feature') == TRUE): ?>
|
&& config('google_sync_feature') == TRUE): ?>
|
||||||
<button id="google-sync" class="btn btn-primary"
|
<button id="google-sync" class="btn btn-primary"
|
||||||
data-tippy-content="<?= lang('trigger_google_sync_hint') ?>">
|
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>
|
<span><?= lang('synchronize') ?></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue