Skip to content

Commit 6332fc9

Browse files
committed
chore(demo): change page title
1 parent 250d43f commit 6332fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/ics/ICSDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import com.vaadin.flow.router.Route;
88

99
@SuppressWarnings("serial")
10-
@PageTitle("Basic demo")
10+
@PageTitle("Basic Demo")
1111
@DemoSource
1212
@Route(value = "ics/ics", layout = ICSDemoView.class)
1313
public class ICSDemo extends Div {

0 commit comments

Comments
 (0)