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 0505c61 commit 46a3a0dCopy full SHA for 46a3a0d
src/test/java/com/flowingcode/addons/applayout/ApplayoutDemoView.java
@@ -52,7 +52,7 @@ public class ApplayoutDemoView extends VerticalLayout {
52
53
private VerticalLayout container = new VerticalLayout();
54
private final AppLayout app =
55
- new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 14 Demo");
+ new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 23 Demo");
56
private final ToolbarIconButton miSettings =
57
new ToolbarIconButton("Settings", "settings", this::openSettings);
58
0 commit comments