mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added new official paypal logo from https://www.paypal.com/uk/webapps/mpp/logo-center
This commit is contained in:
parent
673140b620
commit
bd52594f23
2 changed files with 3 additions and 3 deletions
|
@ -52,12 +52,12 @@ block content
|
|||
.row
|
||||
.col-md-6
|
||||
label.radio-inline
|
||||
img(src="/recurly/images/credit_cards/visa_mastercard.png")
|
||||
input(type="radio",value="credit_card", ng-model="paymentMethod")
|
||||
.col-md-4
|
||||
img(src="/recurly/images/credit_cards/visa_mastercard.png")
|
||||
.col-md-6
|
||||
label.radio-inline
|
||||
img(src="/recurly/images/paypal_logo.png")
|
||||
input(type="radio", value="paypal", ng-model="paymentMethod")
|
||||
img(src="/recurly/images/paypal_large.png")
|
||||
|
||||
.alert.alert-warning.small(ng-show="genericError")
|
||||
strong {{genericError}}
|
||||
|
|
BIN
services/web/public/recurly/images/paypal_large.png
Normal file
BIN
services/web/public/recurly/images/paypal_large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in a new issue