Browse Source

Add new nav partial

Daniel Supernault 7 years ago
parent
commit
eccef3fbdf
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/views/layouts/partial/noauthnav.blade.php

+ 8 - 0
resources/views/layouts/partial/noauthnav.blade.php

@@ -0,0 +1,8 @@
+<nav class="navbar navbar-expand navbar-light navbar-laravel sticky-top">
+    <div class="container">
+        <a class="navbar-brand d-flex align-items-center" href="{{ url('/') }}" title="{{ config('app.name', 'Laravel') }} Logo">
+            <img src="/img/pixelfed-icon-color.svg" height="30px" class="px-2">
+            <span class="font-weight-bold mb-0" style="font-size:20px;">{{ config('app.name', 'Laravel') }}</span>
+        </a>
+    </div>
+</nav>