Skip to content

Commit

Permalink
Remove the white logo which was invisible on the logon page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Feb 19, 2024
1 parent 27b8242 commit 5b4fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/logon.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<div class="row">
<div class="col-12">
<div class="col-12 text-center">
<h1><img class="rounded-circle border border-white border-0" style="background: white; width:80px; padding-right:20px;" src="<?= base_url('images/Open-AudIT.svg') ?>" alt="Open-AudIT logo"> <span class="text-secondary">Open-AudIT</span></h1>
<h1><span class="text-secondary">Open-AudIT</span></h1>
</div>


Expand Down

0 comments on commit 5b4fd8e

Please sign in to comment.