Skip to content

Commit

Permalink
Merge pull request #302 from melloware/patch-1
Browse files Browse the repository at this point in the history
DevUI: Change invalid YoutTube icon to Play Circle
  • Loading branch information
phillip-kruger authored Jul 13, 2024
2 parents dcc65f0 + 854fd75 commit 2d4e4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CardPageBuildItem pages() {
.icon("font-awesome-solid:layer-group"));

pageBuildItem.addPage(Page.webComponentPageBuilder()
.icon("font-awesome-solid:youtube")
.icon("font-awesome-solid:play-circle")
.componentLink("qwc-logging-manager-loggers.js"));

return pageBuildItem;
Expand Down

0 comments on commit 2d4e4dd

Please sign in to comment.