2020-07-15 03:06:23 +00:00
|
|
|
<nav class="navbar navbar-expand navbar-light navbar-laravel shadow-none border-bottom sticky-top">
|
2018-08-24 01:09:34 +00:00
|
|
|
<div class="container">
|
2020-07-21 15:34:55 +00:00
|
|
|
<a class="navbar-brand d-flex align-items-center" href="{{ url('/') }}">
|
|
|
|
<img src="/img/pixelfed-icon-color.svg" height="30px" class="px-2" alt="Pixelfed logo">
|
2024-03-12 12:42:12 +00:00
|
|
|
<span class="font-weight-bold mb-0" style="font-size:20px;">{{ config_cache('app.name', 'Pixelfed') }}</span>
|
2018-08-24 01:09:34 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</nav>
|