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 d9daa49 commit 3b4416a
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 3b4416a

Please sign in to comment.