From 1848f18f4a11cb6554f4d050f3b7dd83ce8e5f14 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Wed, 4 Sep 2024 20:52:41 +0100 Subject: [PATCH] bug(docs): fixing landing page (#1002) Co-authored-by: David Boyne --- src/pages/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c785ed0b..c8d01b15 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,7 +15,7 @@ const tabs = [ { label: 'Serverless workloads', metastring: 'playground', - left: () =>
+ left: () =>

Develop distributed serverless applications in the cloud.

    @@ -55,7 +55,7 @@ api.get("/employees", inflight (req) => { { label: 'Extensible', metastring: 'playground', - left: () =>
    + left: () =>

    Define your own standards, best practices and abstractions.

    Wing offers a programming model that lets developers create custom resources, libraries, and platforms.

    @@ -103,7 +103,7 @@ let bucketBased: IKVStore = new BucketBasedKeyValueStore();` // label: 'Preflight/Inflight', label: 'Compile/runtime APIs', metastring: 'playground', - left: () =>
    + left: () =>

    Wing differentiates between code that executes during compilation and code that executes after the application has been deployed.

      @@ -145,7 +145,7 @@ new cloud.Function(checkEndpoint); { label: 'Local testing', metastring: 'playground', - left: () =>
      + left: () =>

      Build cloud applications with confidence.