Skip to content

Commit

Permalink
Paywall article update (#110)
Browse files Browse the repository at this point in the history
* Add paywall post links

* Update content.tsx
  • Loading branch information
KeshiaRose authored Dec 18, 2023
1 parent 465d4ec commit c45584f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Protect your checkout from the use of stolen credit cards, chargebacks, and othe
Protect your content and build a paywall that actually works. Prevent visitors from resetting their free content quota by clearing cookies, going incognito, or using a VPN.

[🗞 Paywall Live Demo](https://demo.fingerprint.com/paywall)
[📖 Paywall Article](https://fingerprint.com/blog/how-paywalls-work-paywall-protection-tutorial/)

### Personalization

Expand Down
10 changes: 5 additions & 5 deletions src/client/components/common/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@ export const USE_CASES = {
<>Try switching to incognito mode or clearing cookies to go around the paywall and read more articles.</>,
],
moreResources: [
// {
// type: 'Use case tutorial',
// title: 'Paywall',
// url: 'https://fingerprint.com/use-cases/paywall/',
// },
{
type: 'Use case tutorial',
title: 'Paywall',
url: 'https://fingerprint.com/blog/how-paywalls-work-paywall-protection-tutorial/',
},
],
},
personalization: {
Expand Down

0 comments on commit c45584f

Please sign in to comment.