We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936f57e commit bdacd59Copy full SHA for bdacd59
src/test/java/com/flowingcode/addons/applayout/ApplayoutDemoView.java
@@ -53,7 +53,7 @@ public class ApplayoutDemoView extends VerticalLayout {
53
54
private VerticalLayout container = new VerticalLayout();
55
private final AppLayout app =
56
- new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 23 Demo");
+ new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin Demo");
57
private final ToolbarIconButton miSettings =
58
new ToolbarIconButton("Settings", "settings", this::openSettings);
59
0 commit comments