From fd3c8f03831ca5c51d544fd6759a46eadcf20937 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 28 Jan 2025 20:36:53 +0000 Subject: [PATCH] Free our feeds --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 0395687..f0fc33e 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -140,6 +140,12 @@ const LINKS: Link[] = [ description: 'There was no long-term price inflation from 1200 (when these data begin) until 1550. WHAT?!', isoDateAdded: '2025-01-23', }, + { + href: 'https://freeourfeeds.com', + title: 'Free social media from billionaire control', + description: 'I just donated $40. These guys are promising to do whatever it takes to make sure the AT Protocol is genuinely owned by everyone.', + isoDateAdded: '2025-01-28', + }, ]; export default LINKS;