Skip to content

Commit

Permalink
Update global_search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gt-business committed Dec 18, 2024
1 parent c5cbfd5 commit 7007c34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions global_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@

?>


<div class="col-sm-12">
<div class="card card-body mb-3">
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
<div class="row">
<div class="col-sm-12">
<div class="card card-body mb-3">
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
</div>
</div>
</div>


<?php if (mysqli_num_rows($sql_clients) > 0) { ?>

<!-- Clients-->
Expand Down

0 comments on commit 7007c34

Please sign in to comment.