Skip to content

Commit fad4156

Browse files
hasparusbignimbus
andauthored
Change "Reduce dependencies" to "Reduce communication overhead"
Co-authored-by: Jeff Auriemma <bignimbus@users.noreply.github.com>
1 parent 06b6bbc commit fad4156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function Hero() {
1919
{[
2020
"Deliver high-performance user experience at any scale",
2121
"Secure and stabilize your API with a strongly typed schema and validated requests",
22-
"Reduce dependencies through efficient, distributed development",
22+
"Reduce communication overhead through efficient, distributed development",
2323
].map((item, index) => (
2424
<li key={index} className="flex items-start gap-1">
2525
<CheckIcon className="size-6 shrink-0 text-pri-base max-lg:mt-px" />

0 commit comments

Comments
 (0)