Skip to content

Commit

Permalink
Update data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
1 parent cc06f72 commit 1299860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web-app/src/components/sections/landing/HowItWorks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ 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);
Expand Down

0 comments on commit 1299860

Please sign in to comment.