1
0
Fork 0

Update navbar

This commit is contained in:
Daniel Supernault 2018-08-22 22:28:26 -06:00
parent c7489a46c9
commit 814b959c3f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<li class="nav-item px-2">
<div title="Create new post" data-toggle="tooltip" data-placement="bottom">
<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>
</div>
</li>