Skip to content

Commit

Permalink
chore(demo): change page title
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Jul 3, 2024
1 parent 1a7806e commit a75c694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.time.YearMonth;

@DemoSource
@PageTitle("Month")
@PageTitle("MonthCalendar")
@CssImport(value = "./styles/test_year-month-calendar.css", themeFor = "vaadin-month-calendar")
@Route(value = "year-month-calendar/month", layout = YearMonthCalendarDemoView.class)
public class MonthDemo extends Div {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import java.time.DayOfWeek;

@DemoSource
@PageTitle("Year")
@PageTitle("YearCalendar")
@CssImport(value = "./styles/test_year-month-calendar.css", themeFor = "vaadin-month-calendar")
@Route(value = "year-month-calendar/year", layout = YearMonthCalendarDemoView.class)
public class YearDemo extends Div {
Expand Down

0 comments on commit a75c694

Please sign in to comment.