Skip to content

Commit

Permalink
[5308][next] Use the same icon for Site Tools in Sidebar and Navigati…
Browse files Browse the repository at this point in the history
…on Menu (#80)

* Use the same icon for Site Tools in Sidebar and Navigation Menu #5308

* Update version

* Update Site tools icon to ConstructionRounded

* Update version
  • Loading branch information
jvega190 authored Mar 15, 2022
1 parent 05e0684 commit 26d0fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/studio/ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</permittedRoles>
<configuration>
<title id="siteTools.title" defaultMessage="Site Tools"/>
<icon id="@mui/icons-material/BuildRounded"/>
<icon id="@mui/icons-material/ConstructionRounded"/>
<widget id="craftercms.components.EmbeddedSiteTools"/>
</configuration>
</widget>
Expand Down Expand Up @@ -277,7 +277,7 @@
<configuration>
<title id="siteTools.title" defaultMessage="Site Tools"/>
<systemLinkId>siteToolsDialog</systemLinkId>
<icon id="@mui/icons-material/BuildRounded"/>
<icon id="@mui/icons-material/ConstructionRounded"/>
</configuration>
</widget>
<widget id="craftercms.components.LauncherLinkTile">
Expand Down
2 changes: 1 addition & 1 deletion craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugin:
version:
major: 2
minor: 0
patch: 13
patch: 14
description: |
A versatile blog blueprint.
website:
Expand Down

0 comments on commit 26d0fbf

Please sign in to comment.