This commit is contained in:
Shivam Agarwal 2021-08-03 04:02:24 +05:30 коммит произвёл GitHub
Родитель 255fdca912
Коммит 8376c114f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -7,15 +7,15 @@ const TEMPLATE_CONTENT = {
stable: { stable: {
channelLabel: 'Stable', channelLabel: 'Stable',
h1Class: '', h1Class: '',
downloadUrl: 'https://www.google.com/chrome/browser/desktop/index.html', downloadUrl: 'https://www.google.com/chrome/',
downloadTitle: 'Download Chrome stable', downloadTitle: 'Download Chrome Stable',
dateText: 'was', dateText: 'was',
featureHeader: 'Features in this release', featureHeader: 'Features in this release',
}, },
beta: { beta: {
channelLabel: 'Next up', channelLabel: 'Next up',
h1Class: 'chrome_version--beta', h1Class: 'chrome_version--beta',
downloadUrl: 'https://www.google.com/chrome/browser/beta.html', downloadUrl: 'https://www.google.com/chrome/beta/',
downloadTitle: 'Download Chrome Beta', downloadTitle: 'Download Chrome Beta',
dateText: 'between', dateText: 'between',
featureHeader: 'Features planned in this release', featureHeader: 'Features planned in this release',
@ -23,8 +23,8 @@ const TEMPLATE_CONTENT = {
dev: { dev: {
channelLabel: 'Dev', channelLabel: 'Dev',
h1Class: 'chrome_version--dev', h1Class: 'chrome_version--dev',
downloadUrl: 'https://www.google.com/chrome/browser/canary.html', downloadUrl: 'https://www.google.com/chrome/dev',
downloadTitle: 'Download Chrome Canary', downloadTitle: 'Download Chrome Dev',
dateText: 'coming', dateText: 'coming',
featureHeader: 'Features planned in this release', featureHeader: 'Features planned in this release',
}, },