mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 11:28:29 +02:00
Fixed missing logo in dark mode
This commit is contained in:
parent
77f09b4920
commit
01caf929a1
2 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
@ -22,9 +22,9 @@
|
|||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
|
||||
<h1 class="navbar-brand d-none-navbar-horizontal pe-0 pe-md-3">
|
||||
<a href="{{route('home')}}">
|
||||
<img src="/static/logo-bw.svg" width="110" height="32" alt="Namingo" class="navbar-brand-image">
|
||||
<img src="/static/logo.svg" width="110" height="32" alt="Namingo" class="navbar-brand-image">
|
||||
</a>
|
||||
</h1>
|
||||
<div class="navbar-nav flex-row order-md-last">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue