Skip to content

Commit

Permalink
Update Analytics (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan <[email protected]>
  • Loading branch information
lucemans and Jontes-Tech committed Feb 19, 2024
1 parent acf587e commit fd347f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/layout/footer/feedback/FeedbackSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function FeedbackButton(properties) {
.replace('yes', 'Positive Page Rating')
.replace('no', 'Negative Page Rating');

await fetch('https://plausible.io/api/event', {
await fetch('https://ens.v3x.report/api/event', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit fd347f9

Please sign in to comment.