Skip to content

Commit

Permalink
fix(demo): replace SQUARE_X (pro) with XMARK (free)
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Feb 9, 2022
1 parent 969817a commit 8904736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class IconsGalleryView extends Div {

private void showDetails(Object icon) {
DemoViewSingle view = new DemoViewSingle();
Button closeButton = new Button(FontAwesome.Regular.SQUARE_X.create());
Button closeButton = new Button(FontAwesome.Solid.XMARK.create());
closeButton.addClassName("close-button");
HorizontalLayout top = new HorizontalLayout(closeButton);

Expand Down

0 comments on commit 8904736

Please sign in to comment.