Add a quay logo to the stripe checkout process.

This commit is contained in:
yackob03 2013-11-06 14:55:40 -05:00
parent e356a10378
commit fb5fa4b15a
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -200,7 +200,8 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics',
name: 'Quay ' + planDetails.title + ' Subscription',
description: 'Up to ' + planDetails.privateRepos + ' private repositories',
panelLabel: 'Subscribe',
token: submitToken
token: submitToken,
image: 'static/img/quay-icon-stripe.png'
});
});
};