Skip to content

Commit

Permalink
Added PayButton to Services. (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klakurka authored Oct 13, 2020
1 parent 8922a8b commit 21e5d0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v2/src/partners/services/paybutton.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import PaybuttonLogo from "./paybutton.png"

const Paybutton = () => ({
link: "https://paybutton.org/",
alt: "PayButton",
img: PaybuttonLogo,
})

export default Paybutton
Binary file added v2/src/partners/services/paybutton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21e5d0c

Please sign in to comment.