1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-23 23:39:48 +00:00

Add new nav partial

This commit is contained in:
Daniel Supernault 2018-08-23 19:09:34 -06:00
parent 2e1e1cf8fd
commit eccef3fbdf
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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>