mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
Change "add post" icon to fontawesome
This commit is contained in:
parent
fb78c3a908
commit
5152a261c1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<h4>Timeline</h4>
|
<h4>Timeline</h4>
|
||||||
<button type="button" class="btn btn-link text-dark" data-toggle="modal" data-target="#modal-post">
|
<button type="button" class="btn btn-link text-dark" data-toggle="modal" data-target="#modal-post">
|
||||||
<span class="icon-plus"></span>
|
<span class="far fa-plus-square"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue