diff --git a/web-app/src/components/sections/landing/HowItWorks/data.ts b/web-app/src/components/sections/landing/HowItWorks/data.ts index 799e172e..90f3ed3b 100644 --- a/web-app/src/components/sections/landing/HowItWorks/data.ts +++ b/web-app/src/components/sections/landing/HowItWorks/data.ts @@ -13,7 +13,10 @@ const data = [ const doc = await client.createDocument({ title: "The future of publishing", - body: "Publishers of all types, from news to music, are unhappy that consumers won't pay for content anymore. At least, that's how they see it." + body: "Publishers of all types, from news to music, + are unhappy that consumers won't pay for + content anymore. At least, that's how they + see it." }); await index.addItem(doc.id);