mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update navbar
This commit is contained in:
parent
c7489a46c9
commit
814b959c3f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<li class="nav-item px-2">
|
<li class="nav-item px-2">
|
||||||
<div title="Create new post" data-toggle="tooltip" data-placement="bottom">
|
<div title="Create new post" data-toggle="tooltip" data-placement="bottom">
|
||||||
<a href="{{route('compose')}}" class="nav-link" data-toggle="modal" data-target="#composeModal">
|
<a href="{{route('compose')}}" class="nav-link" data-toggle="modal" data-target="#composeModal">
|
||||||
<i class="far fa-plus-square fa-lg text-primary"></i>
|
<i class="fas fa-camera-retro fa-lg text-primary"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue