Reduced Font size of current version

This commit is contained in:
johnnyq 2021-12-12 02:03:24 -05:00
parent aaf65db6f3
commit 82ead8a755
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $git_log = shell_exec("git log master..origin/master --pretty=format:'<tr><td>%h
</div>
<div class="card-body">
<center>
<h2><small class="text-secondary">Current Version</small><br><?php echo $current_version; ?></h2>
<h5><small class="text-secondary">Current Version</small><br><?php echo $current_version; ?></h5>
<?php if(!empty($git_log)){ ?>
<a class="btn btn-primary btn-lg my-4" href="post.php?update"><i class="fa fa-fw fa-4x fa-check-square"></i><br>Update<br>NOW</a>
<?php