From 2b4896350a34ffc0e1c61b6e90a84c7d1d7e36de Mon Sep 17 00:00:00 2001 From: theveryoilydill Date: Thu, 11 Jun 2026 16:52:07 -0700 Subject: [PATCH] Update sources and improve FramesList component Signed-off-by: theveryoilydill --- app/FramesList/FramesList.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/FramesList/FramesList.tsx b/app/FramesList/FramesList.tsx index 5b3948b..d64d3a2 100644 --- a/app/FramesList/FramesList.tsx +++ b/app/FramesList/FramesList.tsx @@ -69,6 +69,20 @@ export function FramesList({ } export const sources: SourceData[] = [ + { + name: "Keybase.io", + URL: "https://keybase.io/encrypt", + description: + "Make sure that people that shouldn't see your messages don't see them. For more information go to: https://gist.github.com/theveryoilydill/d405eae776b48f31cb1cf38cf533a992", + category: "Messaging", + }, + { + name: "Coderef PGP", + URL: "https://www.codref.org/tools/pgp/", + description: + "Make sure that people that shouldn't see your messages don't see them. For more information go to: https://gist.github.com/theveryoilydill/d405eae776b48f31cb1cf38cf533a992", + category: "Messaging", + }, { name: "Celeste", URL: "https://skibidi-math.github.io/celeste/",