Skip to content

Commit 145f1a2

Browse files
committed
add Indelible section to stories.ts in data/
1 parent e276587 commit 145f1a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

v2/src/data/stories.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ export const categories: UseCaseCategory[] = [
178178
photo: '/portraits/nancy-baker-cahill.webp',
179179
},
180180
},
181+
{
182+
brand: 'Indelible.world', hue: 15,
183+
title: 'Timestamped authorship attestation for news',
184+
useCase: 'Verifiable timestamps and quotes',
185+
body: 'Indelible.world is building a platform for news organizations to certify their articles on-chain with immutable, IPFS-compatible CIDs.',
186+
linkLabel: "Try out a demo", link: 'indelible.world', href: 'https://docs.indelible.world/tryit',
187+
logo: '/brands/indelible.png',
188+
},
181189
],
182190
},
183191
];

0 commit comments

Comments
 (0)