Add a quay logo to the stripe checkout process.
This commit is contained in:
parent
e356a10378
commit
fb5fa4b15a
2 changed files with 2 additions and 1 deletions
BIN
static/img/quay-icon-stripe.png
Normal file
BIN
static/img/quay-icon-stripe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -200,7 +200,8 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics',
|
||||||
name: 'Quay ' + planDetails.title + ' Subscription',
|
name: 'Quay ' + planDetails.title + ' Subscription',
|
||||||
description: 'Up to ' + planDetails.privateRepos + ' private repositories',
|
description: 'Up to ' + planDetails.privateRepos + ' private repositories',
|
||||||
panelLabel: 'Subscribe',
|
panelLabel: 'Subscribe',
|
||||||
token: submitToken
|
token: submitToken,
|
||||||
|
image: 'static/img/quay-icon-stripe.png'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue