Skip to content

Commit

Permalink
Unify the appearance of the ACP category icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Aug 18, 2023
1 parent 7307419 commit af9e11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.woltlab.wcf/acpMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<!-- content -->
<acpmenuitem name="wcf.acp.menu.link.content">
<showorder>3</showorder>
<icon>file-lines</icon>
<icon solid="true">file-lines</icon>
</acpmenuitem>
<!-- cms -->
<acpmenuitem name="wcf.acp.menu.link.cms">
Expand Down Expand Up @@ -519,7 +519,7 @@
<!-- application -->
<acpmenuitem name="wcf.acp.menu.link.application">
<showorder>4</showorder>
<icon>comments</icon>
<icon solid="true">comments</icon>
</acpmenuitem>
<!-- /application -->
<!-- customization -->
Expand Down

0 comments on commit af9e11c

Please sign in to comment.