From abb4874749d8b305bd040401d9f1cc109d730ec0 Mon Sep 17 00:00:00 2001
From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com>
Date: Fri, 13 Sep 2024 23:41:17 +0300
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Add=20open-source=20feature?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/www/src/routes/index.tsx | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/apps/www/src/routes/index.tsx b/apps/www/src/routes/index.tsx
index b772b034..79bf2f02 100644
--- a/apps/www/src/routes/index.tsx
+++ b/apps/www/src/routes/index.tsx
@@ -42,6 +42,13 @@ const features = [
icon: () => (
)
+ },
+ {
+ title: "Play on your own terms",
+ description: "Nestri is fully open-source, inviting you to tweak, enhance, and contribute to the platform. Self-host and cross-play with your own gaming server for ultimate privacy at no extra cost.",
+ icon: () => (
+
+ )
}
]