Skip to content

Commit

Permalink
feat: Change the root node icon of platform settings - MEED-8275 - Me…
Browse files Browse the repository at this point in the history
…eds-io/MIPs#177   (#2835)

This fix will change the root node icon of platform settings.
  • Loading branch information
MayTekayaa committed Feb 6, 2025
1 parent cb99312 commit 6f74e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@
</init-params>
</component-plugin>
<component-plugin profiles="layout">
<name>AdministrationHomeSettingsPageUpgrade</name>
<name>AdministrationSettingsPageUpgrade</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<node>
<name>home</name>
<label>#{portal.administration.home}</label>
<icon>fas fa-cog</icon>
<icon>fas fa-rocket</icon>
<page-reference>portal::administration::home</page-reference>
<node>
<name>general</name>
Expand Down

0 comments on commit 6f74e83

Please sign in to comment.