Change page route and update titles in Ask.razor

Updated the route from "/counter" to "/ask". Changed the page title from "Counter" to "Chat with your data" and modified the heading accordingly. The functionality for displaying the current count and the increment button remains intact.
This commit is contained in:
Marco Minerva
2025-02-18 17:56:02 +01:00
parent 9c19b4ec73
commit ca51b19ea3
@@ -1,8 +1,6 @@
@page "/counter" @page "/ask"
<PageTitle>Counter</PageTitle> <PageTitle>Chat with your data</PageTitle>
<h1>Counter</h1>
<p role="status">Current count: @currentCount</p> <p role="status">Current count: @currentCount</p>