Skip to content

Commit bdacd59

Browse files
committed
fix(demo): remove vaadin version from the title
1 parent 936f57e commit bdacd59

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
@@ -53,7 +53,7 @@ public class ApplayoutDemoView extends VerticalLayout {
5353

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

0 commit comments

Comments
 (0)