diff --git a/src/packages/next/components/landing/cocalc-com-features.tsx b/src/packages/next/components/landing/cocalc-com-features.tsx index a4cab26136..899ab43aca 100644 --- a/src/packages/next/components/landing/cocalc-com-features.tsx +++ b/src/packages/next/components/landing/cocalc-com-features.tsx @@ -59,9 +59,8 @@ export function CoCalcComFeatures() { belowWide={true} > - With {siteName}, you can easily collaborate with colleagues, - students, and friends to edit computational documents. We support - {" "} + With {siteName}, you can easily collaborate with colleagues, students, + and friends to edit computational documents. We support{" "} Jupyter Notebooks @@ -72,18 +71,16 @@ export function CoCalcComFeatures() { - Everyone's code runs in the same per-project environment, which provides - consistent results, synchronized file changes, and automatic revision - history so that you can go back in time when you need to discover what - changed and when. {shareServer && renderShareServer()} + Everyone's code runs in the same per-project environment, which + provides consistent results, synchronized file changes, and automatic + revision history so that you can go back in time when you need to + discover what changed and when. {renderShareServer()} Forget the frustration of sending files back and forth between your - collaborators, wasting time reviewing changes, and merging documents. {" "} - - Get started with {siteName} today. - + collaborators, wasting time reviewing changes, and merging documents.{" "} + Get started with {siteName} today. ); @@ -162,12 +159,9 @@ export function CoCalcComFeatures() { return ( <> - { " " }You can even publish your { siteName } creations to share with - anyone via the built-in { " " } - - share server - - . + {" "} + You can even publish your {siteName} creations to share with anyone via + the built-in share server. ); }