Skip to content

Commit

Permalink
improv. fix edit navbar (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo authored Dec 26, 2020
1 parent 47f6578 commit 3fe0fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/View/Navbar/admin_edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
href="https://fontawesome.com/">https://fontawesome.com/</a>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" >fa-</span>
<span class="input-group-text">FA</span>
</div>
<input name="icon" class="form-control" type="text">
<input name="icon" class="form-control" type="text" value="<?= $nav['icon'] ?>">
</div>
</div>

Expand Down

0 comments on commit 3fe0fc1

Please sign in to comment.