From 5bb50b45b24554fc7b0501e80378bcb04b74dd62 Mon Sep 17 00:00:00 2001 From: Charles Cook Date: Tue, 8 Nov 2022 13:42:43 +0000 Subject: [PATCH] Update alternatives.js --- src/pages/alternatives.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/alternatives.js b/src/pages/alternatives.js index a243963..511117f 100644 --- a/src/pages/alternatives.js +++ b/src/pages/alternatives.js @@ -46,17 +46,7 @@ const tableData = [ company: "PostHog", url: "https://posthog.com", description: - "Website analytics, product analytics, experimentation, session recording, feature flags, plugins, warehouse-compatible", - permissiveOpenSource: true, - copyleftOpenSource: false, - cloudHosting: true, - cloudHostingLocation: "EU/US", - selfHosting: true, - }, - { - company: "Fathom", - url: "https://usefathom.com/", - description: "Website analytics", + "Website analytics, product analytics, session recording, feature flags, experimentation, apps, warehouse-compatible", permissiveOpenSource: true, copyleftOpenSource: false, cloudHosting: true, @@ -73,6 +63,16 @@ const tableData = [ cloudHostingLocation: "EU", selfHosting: true, }, + { + company: "Fathom", + url: "https://usefathom.com/", + description: "Website analytics", + permissiveOpenSource: true, + copyleftOpenSource: false, + cloudHosting: true, + cloudHostingLocation: "EU/US", + selfHosting: true, + }, { company: "Matomo", url: "https://matomo.org/",