Skip to content

Commit

Permalink
chore: change page title
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Jul 3, 2024
1 parent d9daa49 commit a89990c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import com.vaadin.flow.router.Route;

@DemoSource(sourcePosition = SourcePosition.PRIMARY)
@PageTitle("Chat Assistant Add-on Demo")
@PageTitle("Basic Demo")
@SuppressWarnings("serial")
@Route(value = "chat-assistant/basic-demo", layout = ChatAssistantDemoView.class)
@CssImport("./styles/chat-assistant-styles-demo.css")
Expand Down

0 comments on commit a89990c

Please sign in to comment.