fix: renamed soultion's name on missing files (#11)

This commit is contained in:
Jonatan Medinilla 2021-07-22 11:00:57 -03:00 коммит произвёл GitHub
Родитель 906746ba55
Коммит d6115a027f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -15,12 +15,12 @@
"termsOfUseUrl": ""
},
"name": {
"short": "Broadcast Development Kit",
"full": "Broadcast Development Kit for Teams"
"short": "Broadcast Dev. Kit",
"full": "Broadcast Development Kit"
},
"description": {
"short": "Operate the Broadcast Development Kit for Teams inside your teams meeting",
"full": "This extension allows you to use the Broadcast Development Kit for Teams solution you have deployed for your Office 365 tenant directly within Teams"
"short": "Operate the Broadcast Development Kit inside your teams meeting",
"full": "This extension allows you to use the Broadcast Development Kit solution you have deployed for your Office 365 tenant directly within Teams"
},
"icons": {
"outline": "icon-outline.png",

Просмотреть файл

@ -15,12 +15,12 @@
"termsOfUseUrl": "https://{{HOSTNAME}}/tou.html"
},
"name": {
"short": "Broadcast Development Kit",
"full": "Broadcast Development Kit for Teams"
"short": "Broadcast Dev. Kit",
"full": "Broadcast Development Kit"
},
"description": {
"short": "Operate the Broadcast Development Kit for Teams inside your teams meeting",
"full": "This extension allows you to use the Broadcast Development Kit for Teams solution you have deployed for your Office 365 tenant directly within Teams"
"short": "Operate the Broadcast Development Kit inside your teams meeting",
"full": "This extension allows you to use the Broadcast Development Kit solution you have deployed for your Office 365 tenant directly within Teams"
},
"icons": {
"outline": "icon-outline.png",

Двоичные данные
public/favicon.ico

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 89 KiB

Двоичные данные
public/favicon.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -4,11 +4,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@ -19,11 +19,11 @@
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
Unlike "/favicon.png" or "favicon.png", "%PUBLIC_URL%/favicon.png" will
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>Teams TX</title>
<title>Broadcast Development Kit</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>