Change all Quay.io references to Quay, fix tour and change logo
Fixes #741
This commit is contained in:
parent
cca18f8ede
commit
f6a53f7cc5
30 changed files with 56 additions and 270 deletions
|
@ -363,7 +363,7 @@ function(KeyService, UserService, CookieService, ApiService, Features, Config) {
|
|||
email: email,
|
||||
amount: planDetails.price,
|
||||
currency: 'usd',
|
||||
name: 'Quay.io ' + planDetails.title + ' Subscription',
|
||||
name: 'Quay ' + planDetails.title + ' Subscription',
|
||||
description: 'Up to ' + planDetails.privateRepos + ' private repositories',
|
||||
panelLabel: opt_title || 'Subscribe',
|
||||
token: submitToken,
|
||||
|
|
Reference in a new issue