Skip to content

Commit

Permalink
Updated colours for displaying logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Oct 23, 2024
1 parent 33a8172 commit 431fef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/vobilet-admin/logo.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>

<div class="col-sm-3 bg-white">
<p>Current logo</p>
<p class="text-dark">Current logo</p>
<img src="{{ asset(Setting::get("WEB_LOGO_DARK")) }}" class="img-fluid" />
</div>

Expand Down Expand Up @@ -65,7 +65,7 @@
</div>
</div>

<div class="col-sm-3 bg-azure-darker">
<div class="col-sm-3 bg-gray-dark">
<p class="text-white">Current logo</p>
<img src="{{ asset(Setting::get("WEB_LOGO_LIGHT")) }}" class="img-fluid" />
</div>
Expand Down

0 comments on commit 431fef1

Please sign in to comment.