Skip to content

Commit 46a3a0d

Browse files
javier-godoypaodb
authored andcommitted
chore(demo): update Vaadin version
1 parent 0505c61 commit 46a3a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/addons/applayout/ApplayoutDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class ApplayoutDemoView extends VerticalLayout {
5252

5353
private VerticalLayout container = new VerticalLayout();
5454
private final AppLayout app =
55-
new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 14 Demo");
55+
new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 23 Demo");
5656
private final ToolbarIconButton miSettings =
5757
new ToolbarIconButton("Settings", "settings", this::openSettings);
5858

0 commit comments

Comments
 (0)