Skip to content

Commit

Permalink
fix: correct name in page title and manifest (#9715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeirvingweb authored Mar 13, 2024
1 parent 707cfdd commit a284398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>BotFramework Composer</title>
<title>Bot Framework Composer</title>

<% if (process.env.NODE_ENV === 'production') { %>
<? if (__nonce__) { ?>
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Composer",
"name": "BotFramework Composer",
"name": "Bot Framework Composer",
"icons": [
{
"src": "composerfavicon.ico",
Expand Down

0 comments on commit a284398

Please sign in to comment.