Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
2 parents cb7185b + 1af3a29 commit 6cae27f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,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 6cae27f

Please sign in to comment.