From d863e63342c81a05de293fac00025da0707306d0 Mon Sep 17 00:00:00 2001 From: BinarySoftware Date: Fri, 27 Sep 2024 00:00:34 +0200 Subject: [PATCH] update footer --- src/app/footer.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/app/footer.tsx b/src/app/footer.tsx index 34f6b93..06c9f49 100644 --- a/src/app/footer.tsx +++ b/src/app/footer.tsx @@ -76,6 +76,29 @@ const navigation = { ), }, + { + name: 'Threads', + href: 'https://www.threads.net/@blinkfeed_ai', + icon: (props: React.SVGProps) => ( + + + + ), + }, + { + name: 'Medium', + href: 'https://medium.com/@blinkfeed', + icon: (props: React.SVGProps) => ( + + + + ), + } ], }