From 50512f619cf4e9674fd62386d75873678098ae89 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 19 Mar 2026 13:30:08 +0200 Subject: [PATCH] rm unused atproto url --- src/lib/constants.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index f6963d8b6e..16a37a2917 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -228,11 +228,6 @@ export const urls = { communityDeprecated: `https://bsky.social/about/support/community-guidelines-deprecated`, copyright: `https://bsky.social/about/support/copyright`, }, - atproto: { - website: { - faq: 'https://atproto.com/guides/faq', - }, - }, }, } as const