Skip to content

Commit

Permalink
Rename tab title chatbot prototype -> support bot (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambiramairelogic authored Mar 24, 2024
1 parent 1f6920f commit b9dbdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EES chatbot prototype
# EES Support Bot (AI Search and Support)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion chatbot-ui/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>Chatbot prototype</title>
<title>Explore Education Statistics Support Bot</title>
<meta name="robots" content="noindex, nofollow" />
</Head>
<Component {...pageProps} />
Expand Down

0 comments on commit b9dbdd2

Please sign in to comment.