From 5b49d7ef1ae69132abdf18ee084a99bc7d55df1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 14 Nov 2024 13:54:19 +0100 Subject: [PATCH] fix(public): typos --- apps/public/components/sections/features.tsx | 3 ++- apps/public/content/articles/introduction-to-openpanel.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/public/components/sections/features.tsx b/apps/public/components/sections/features.tsx index 48e9e1f4..1c62234f 100644 --- a/apps/public/components/sections/features.tsx +++ b/apps/public/components/sections/features.tsx @@ -155,7 +155,8 @@ export function Features() { icon={} title="Own your own data" content={[ - 'Own your data, no vendor lock-in. Export your all your data or delete it any time', + 'Own your data, no vendor lock-in. Export all your data with our export API.', + 'Self-host it on your own infrastructure to have complete control.', ]} /> diff --git a/apps/public/content/articles/introduction-to-openpanel.mdx b/apps/public/content/articles/introduction-to-openpanel.mdx index 6813e82d..301eb295 100644 --- a/apps/public/content/articles/introduction-to-openpanel.mdx +++ b/apps/public/content/articles/introduction-to-openpanel.mdx @@ -10,7 +10,7 @@ Welcome to OpenPanel, the open-source analytics platform designed to be a robust ## Why Open Source? -At OpenPanel, we are committed to the principles of open-source software. By making our code publicly available, we invite a community of developers and users to contribute to and enhance our platform. This collaborative approach not only fosters innovation but also ensures transparency in how data is managed and processed—a crucial consideration in today's data-driven world. You can explore our code and contribute on [GitHub](https://github.com/openpanel/openpanel). +At OpenPanel, we are committed to the principles of open-source software. By making our code publicly available, we invite a community of developers and users to contribute to and enhance our platform. This collaborative approach not only fosters innovation but also ensures transparency in how data is managed and processed—a crucial consideration in today's data-driven world. You can explore our code and contribute on [GitHub](https://git.new/openpanel). ## Why Choose OpenPanel?