Skip to content

Commit

Permalink
FIX: Better icon for changelog menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidibl committed Mar 2, 2020
1 parent e87afb4 commit b4d44b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/app/mainMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<span class="right">(STRG + I)</span>
</li>
<li (click)="dispatchCommand('showChangelog')">
<i class="fa mr-05 fa-info" aria-hidden="true"></i>Changelog
<i class="fa mr-05 fa-list" aria-hidden="true"></i>Changelog
<span class="right">(STRG + L)</span>
</li>
</div>
Expand Down

0 comments on commit b4d44b8

Please sign in to comment.