mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 21:48:01 +02:00
Fixed Navbar v1 logo
This commit is contained in:
parent
004268a65d
commit
44dacc1508
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<% if(types == "v1") { %>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a href="/"><img alt="Banner" class="navbar-brand lazyload" src="img/logo_transparent.webp"
|
||||
style="margin-top: 0%;" width="80"></a>
|
||||
<img alt="Banner" class="navbar-brand lazyload" src="img/logo_transparent.webp">
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation"
|
||||
class="navbar-toggler" data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue