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 1299860 commit 1af3a29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions web-app/src/components/sections/landing/HowItWorks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +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);
Expand Down

0 comments on commit 1af3a29

Please sign in to comment.