From 7aef9d806bc379a29bfbc14ec4acaa60fc024eec Mon Sep 17 00:00:00 2001
From: Jem Davies
Date: Thu, 18 Jul 2024 20:43:50 +0100
Subject: [PATCH] fix broken link on index.tsx
Signed-off-by: Jem Davies
---
website/src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 501446ea7..ccdfa4c49 100755
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -206,7 +206,7 @@ const features = [
Bento is able to glue a wide range of sources and sinks together and hook into a variety of databases, caches, HTTP APIs, lambdas and more, enabling you to seamlessly drop it into your existing infrastructure.
- Working with disparate APIs and services can be a daunting task, doubly so in a streaming data context. With Bento it's possible to break these tasks down and automatically parallelize them as a streaming workflow.
+ Working with disparate APIs and services can be a daunting task, doubly so in a streaming data context. With Bento it's possible to break these tasks down and automatically parallelize them as a streaming workflow.
>
),