Skip to content

Commit

Permalink
added clerk service under 3rd party services
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Aug 10, 2023
1 parent ff5b40f commit f52422d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added public/images/third_party_logos/clerk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,15 @@ var thirdPartyServicesJsonArray = [
"privacy": "https://www.revenuecat.com/privacy",
"terms": "https://www.revenuecat.com/terms"
}
},
{
"name": "Clerk",
"model": "clerk",
"clerk": false,
"logo": "images/third_party_logos/clerk.png",
"link": {
"privacy": "https://clerk.com/privacy",
"terms": "https://clerk.com/terms"
}
}
]
7 changes: 7 additions & 0 deletions src/includes/yaml/thirdpartyservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,10 @@
link:
privacy: https://www.revenuecat.com/privacy
terms: https://www.revenuecat.com/terms
- name: Clerk
model: clerk
clerk: false
logo: images/third_party_logos/clerk.png
link:
privacy: https://clerk.com/privacy
terms: https://clerk.com/terms

0 comments on commit f52422d

Please sign in to comment.