From 5ce724a28176c2adde16f1dc707341b75b0cc9e1 Mon Sep 17 00:00:00 2001 From: Steven Weiss Date: Wed, 21 Jun 2023 12:30:10 -0700 Subject: [PATCH] Fix lorem ipsum text on marketing page. Format with prettier from command line. --- website/src/website/pages/home/Home.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/website/src/website/pages/home/Home.tsx b/website/src/website/pages/home/Home.tsx index 1f3bde98df..759a06b242 100644 --- a/website/src/website/pages/home/Home.tsx +++ b/website/src/website/pages/home/Home.tsx @@ -172,10 +172,9 @@ class EditorDemo extends React.Component {

IntelliSense, Validation

- Paragraph of text beneath the heading to explain - the heading. We'll add onto it with another - sentence and probably just keep going until we - run out of words. + Get completions and errors directly in the + browser for supported languages. Or write your + own completion providers in JavaScript.

@@ -184,10 +183,9 @@ class EditorDemo extends React.Component {

Basic Syntax Colorization

- Paragraph of text beneath the heading to explain - the heading. We'll add onto it with another - sentence and probably just keep going until we - run out of words. + Colorize code using our pre-built syntax + highlighting, or configure your own custom + colorization.