refactor(theme): update app logos and how they are displayed

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 03:12:28 +00:00
parent 1ed38f9145
commit c48f2a9ec2
10 changed files with 14 additions and 11 deletions

View File

@@ -66,7 +66,7 @@
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">
<img class="rounded" src="{{ asset(config('adminlte.logo_img')) }}" alt="Logo Gamesclub" height="50px">
<img class="rounded" src="{{ asset(config('adminlte.logo_img')) }}" alt="Logo {{ config('app.name') }}" height="50px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">