Skip to content

Commit 7a058ec

Browse files
committed
Update version number
1 parent cbe0e11 commit 7a058ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@
4848
@SuppressWarnings("serial")
4949
@Route("")
5050
@HtmlImport("frontend://styles/shared-styles.html")
51-
@HtmlImport("frontend://bower_components/vaadin-icons/vaadin-icons.html")
5251
@CssImport("./styles/shared-styles.css")
5352
public class DemoView extends VerticalLayout {
5453

5554
private VerticalLayout container = new VerticalLayout();
56-
private final AppLayout app = new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 10 Demo");
55+
private final AppLayout app = new AppLayout(createLogoImage(), createAvatarComponent(), "AppLayout Vaadin 14 Demo");
5756
private final MenuItem miSettings = new MenuItem("Settings", this::openSettings).setIcon("settings");
5857

5958
private final DemoSettings settings = new DemoSettings();

0 commit comments

Comments
 (0)