Fixed refresh button style

This commit is contained in:
Glenn Hermans 2021-01-06 03:52:28 +01:00 committed by GitHub
parent 312e905bea
commit 01613a8376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@
<?php if(!isset($requirements['errors']) && ($phpVersion['supported'] && $composerInstall['composer_install'] == 0)): ?>
<div class="text-center"><button type="button" class="btn btn-primary" id="requirement-check">Continue</button></div>
<?php elseif(!($phpVersion['supported'] && $composerInstall['composer_install'] == 0)): ?>
<div><button type="button" class="prepare-btn" id="requirements-refresh">Refresh</button></div>
<div class="text-center"><button type="button" class="btn btn-primary" id="requirements-refresh">Refresh</button></div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>